Linux Lite Forums

Development => Scripting and Bash => Topic started by: MCReaves on April 05, 2021, 05:17:30 PM

Title: Hardened-ish potentially portable Waterfox using bash script
Post by: MCReaves on April 05, 2021, 05:17:30 PM
So, not too long ago I got bored and curious and made a rough bash script to fetch uBlock Origin and HTTPS Everywhere addons as well as fetch Waterfox, extract it, set up a basic profile, and create a user.js file and launch script to put the profile in a directory inside the main Waterfox directory.

The script: https://pastebin.com/raw/CmewtJ8W
Waterfox: https://www.waterfox.net/about/
uBlock Origin: https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
HTTPS Everywhere: https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/

Enjoy, and feel free to make any suggestions. This bash script is considered rough so would probably be considered somewhere between an Alpha and Beta. Also feel free to tweak the script and/or the user.js portion of the script to better match what you need.