Compare commits

...

2 Commits

Author SHA1 Message Date
ed barz a01843dc43 archive updated with latest version 2021-09-21 15:50:03 +02:00
ed barz 11ac6e51f3 desktop file added to install target 2021-09-21 15:46:39 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ BIN_PATH=/usr/local/bin
SRC_URL="https://cdn.waterfox.net/releases/linux64/installer"
ARCHIVE=waterfox-G3.2.5.en-US.linux-x86_64.tar.bz2
ARCHIVE=waterfox-G3.2.6.en-US.linux-x86_64.tar.bz2
$(ARCHIVE):
wget $(SRC_URL)/$(ARCHIVE)
@ -12,6 +12,7 @@ $(ARCHIVE):
install: $(ARCHIVE)
tar -xf $(ARCHIVE) -C $(INSTALL_PATH)
ln -s $(INSTALL_PATH)/waterfox/waterfox $(BIN_PATH)/$(EXEC)
cp waterfox.desktop /usr/share/applications/
uninstall:
rm -rf $(INSTALL_PATH)/waterfox