Skip to content

Commit

Permalink
fixed download for waterfox-classic
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlyingToasterman committed Dec 16, 2019
1 parent 46aa45e commit 6ecddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-waterfox
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if [ "$1" = "download" ] || [ "$1" = "-d" ]; then
echo "[INFO] Cache is already clean!"
fi
echo "[INFO] Downloading current Waterfox from waterfoxproject.org to /usr/share/waterfox-data"
remoteversion="$(curl https://www.waterfox.net/releases/ |grep -Eo "(https)://[a-zA-Z0-9./?=_-]*" |sort |grep linux64 |uniq)"
remoteversion="$(curl https://www.waterfox.net/releases/ |grep -Eo "(https)://[a-zA-Z0-9./?=_-]*" |sort |grep linux64 |uniq |grep classic)"
echo "[INFO] Please stand by ..."
wget $remoteversion -O /usr/share/waterfox-data/waterfox.tar.bz2
echo "[INFO] Download ready!"
Expand Down

0 comments on commit 6ecddd3

Please sign in to comment.