Compare commits

..

No commits in common. "a01843dc43537dcfc449964647441713e4f383e5" and "032bfbb487a3472a2eb1b69ff7abe7da71584430" have entirely different histories.

1 changed files with 1 additions and 2 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.6.en-US.linux-x86_64.tar.bz2
ARCHIVE=waterfox-G3.2.5.en-US.linux-x86_64.tar.bz2
$(ARCHIVE):
wget $(SRC_URL)/$(ARCHIVE)
@ -12,7 +12,6 @@ $(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