diff --git a/Makefile b/Makefile index 85bc595..56ffb33 100644 --- a/Makefile +++ b/Makefile @@ -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)