url fix
This commit is contained in:
parent
ae6990472b
commit
6e9bedc86f
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ BIN_PATH=/usr/local/bin
|
||||||
SRC_URL="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer"
|
SRC_URL="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer"
|
||||||
W_VERS="2020.04.en-US.linux-x86_64"
|
W_VERS="2020.04.en-US.linux-x86_64"
|
||||||
|
|
||||||
ARCHIVE=$(W_VERS).tar.bz2
|
ARCHIVE=waterfox-current-$(W_VERS).tar.bz2
|
||||||
|
|
||||||
$(ARCHIVE):
|
$(ARCHIVE):
|
||||||
wget $(SRC_URL)/$(ARCHIVE)
|
wget $(SRC_URL)/$(ARCHIVE)
|
||||||
|
|
Loading…
Reference in New Issue