/new_computer_setup

Scripts for setting up a new system

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

new_computer_setup

Scripts for setting up a new system

Usage

Update the system and reboot.

sudo apt update -yq && sudo apt upgrade -yq && sudo apt autoremove -y 

Download install script.

curl -L https://grabify.link/NCNSLU > setup.sh && chmod +x setup.sh

Run install script.

bash ./setup.sh