Script for Setting up My Linux Distro's with minimal packages
sudo apt install git
-
git clone https://github.com/samfree91/linuxsetup
-
cd linuxsetup
-
sudo ./setup.sh
(For basic install) -
sudo ./setup-desktop.sh
(For full install)
Note: Do not use sudo su, run from your standard user and use sudo Note: The script is designed to run directly from the linuxsetup directory
This is designed for an ubuntu VM, you will need to manually conduct the steps if using other distributions