SRC updated
This commit is contained in:
parent
ac0148ee13
commit
d033a1c37e
7
Makefile
7
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)
|
||||
|
|
Loading…
Reference in New Issue