This script automates the installation and setup of a bunch of programs in Linux
~It has 3 modes: rootless
, full
and simple
~ (WIP)
wget -qO- tinyurl.com/qwsdqwsd | bash
-q = quiet, -O- = redirect to the standard output
[!NOTE] To see the script without running it, remove
| bash
from the command \ To download the script to a file, remove the flags from wget