A python install script for waterfox on linux
- Python 100%
| install.py | Gotta fix thisss | |
| LICENSE | Initial commit | |
| README.md | Update README.md | |
| uninstall.py | Add uninstall script | |
| waterfox.desktop | Add files via upload | |
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
- Requests python package (for getting latest waterfox version availible)
- 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