]> gitweb.morketsmerke.org Git - immudex.git/commitdiff
Zmiana źródła informacji o nowych wersjach LibreWolf.
authorxf0r3m <jakubstasinski@protonmail.com>
Thu, 28 Nov 2024 10:58:55 +0000 (11:58 +0100)
committerxf0r3m <jakubstasinski@protonmail.com>
Thu, 28 Nov 2024 10:58:55 +0000 (11:58 +0100)
tools/bin/immudex-updates

index 885c13e7d12a192360006d2561e1a35bc404f725..2f80683f359d9e05bb8f2de7deeeca3e82ba80fe 100755 (executable)
@@ -12,7 +12,7 @@ function getVerFromRSSFeed() {
 echo "Obtaining updates information:";
 echo "  |";
 if [ -x /usr/bin/librewolf ]; then
-  URL="https://codeberg.org/librewolf/source/tags.rss";
+  URL="https://codeberg.org/librewolf/source/releases.rss";
   newLibrewolfVer=$(getVerFromRSSFeed $URL);
   currentLibrewolfVer=$(librewolf -V | awk '{printf $3}');
   if ! [ "$currentLibrewolfVer" = "$newLibrewolfVer" ]; then