My default linux config/template
Collection of some useful scripts for basic setup a new debian or ubuntu installation.
Features:
- Script for debian
- Script for ubuntu
- Addition for installing sluz certificate
- Install git
apt-get install git -y
- Clone Repo
git clone https://github.com/michivonah/linux-template.git
- Run script
bash setup_debian.sh
- Run command (not as root)
sudo apt update && sudo apt-get install git -y && git clone https://github.com/michivonah/linux-template.git && sudo bash setup_debian.sh