1
0
Fork
You've already forked waterfox-install
0
A python install script for waterfox on linux
  • Python 100%
2024年02月11日 15:50:30 +00:00
install.py Gotta fix thisss 2022年12月01日 21:24:45 +00:00
LICENSE Initial commit 2022年10月11日 17:39:10 -04:00
README.md Update README.md 2024年02月11日 15:50:30 +00:00
uninstall.py Add uninstall script 2022年10月12日 16:26:21 -04:00
waterfox.desktop Add files via upload 2022年10月11日 17:46:35 -04:00

Waterfox Installer

A python install script for waterfox on linux

DO NOT USE!

After a large waterfox update, this program no longer installs waterfox properly and leaves a bunch of useless files all over your system.

Dependencies

  1. Requests python package (for getting latest waterfox version availible)
  2. Curl

Installing (No cloning!)

Run this command:

curl -s "https://codeberg.org/Garbg/waterfox-install/raw/branch/main/install.py" -o waterfox-install.py && sudo python3 waterfox-install.py

Uninstalling (No cloning!)

Run this command:

curl -s "https://codeberg.org/Garbg/waterfox-install/raw/branch/main/uninstall.py" -o waterfox-uninstall.py && sudo python3 waterfox-uninstall.py

Updating

Same as installing!

How to install requests

Run this command: pip install requests