Basic Packages is an executable that allows the installation of predefined packages as well as many other functions.
bash <(wget -qO- https://raw.githubusercontent.com/EdR0Z/basic_packages/master/basic_install.sh)
or
cd /tmp
wget https://raw.githubusercontent.com/EdR0Z/basic_packages/master/basic_install.sh
chmod +x basic_install.sh
./basic_install.sh
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.