Skip to content

Commit 317bbb9

Browse files
Waterfox version changed to dynamic version from static version (#27)
* Fedora waterfox version changed dynamic version. * Arch waterfox version changed dynamic version. Signed-off-by: Michael Valdron <michael.valdron@gmail.com>
1 parent 30467be commit 317bbb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

installers/packages/waterfox/arch_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ then
88
fi
99

1010
# Variables
11-
WATERFOX_VERSION="G4.1.3"
11+
WATERFOX_VERSION="$(basename $(curl -Ls -o/dev/null -w %{url_effective} https://github.com/WaterfoxCo/Waterfox/releases/latest))"
1212
BASE_PATH=$(dirname $0)
1313

1414
# If in directory script is located.

installers/packages/waterfox/fedora_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ then
88
fi
99

1010
# Variables
11-
WATERFOX_VERSION="G4.1.3"
11+
WATERFOX_VERSION="$(basename $(curl -Ls -o/dev/null -w %{url_effective} https://github.com/WaterfoxCo/Waterfox/releases/latest))"
1212
BASE_PATH=$(dirname $0)
1313

1414
# If in directory script is located.

0 commit comments

Comments
 (0)