SRC updated

This commit is contained in:
ed barz 2021-08-12 18:46:57 +02:00
parent ac0148ee13
commit d033a1c37e
1 changed files with 2 additions and 5 deletions

View File

@ -2,12 +2,9 @@ INSTALL_PATH=/opt
EXEC=waterfox
BIN_PATH=/usr/local/bin
#https://cdn.waterfox.net/releases/linux64/installer/waterfox-G3.2.5.en-US.linux-x86_64.tar.bz2
SRC_URL="https://cdn.waterfox.net/releases/linux64/installer"
SRC_URL="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer"
W_VERS="2020.10.en-US.linux-x86_64"
ARCHIVE=waterfox-current-$(W_VERS).tar.bz2
ARCHIVE=waterfox-G3.2.5.en-US.linux-x86_64.tar.bz2
$(ARCHIVE):
wget $(SRC_URL)/$(ARCHIVE)