Install and setup basic linux settings and apps
Make a github basic dir, run this script with sydo su to get the all the rights
sudo su
mkdir /dev/github
apt install -y git
cd /dev/github
git clone https://github.com/bertman80/linux-basic-setup.git
cd linux-basic-setup
./install.sh
exit
plaats dit script in /opt/update.sh
maak hem uitvoerbaar: chmod +x /opt/update.sh
als je deze automatisch laten uitvoeren b.v. op zondag ochtend om 7:00
voeg deze dan toe aan crontab -e
0 7 * * 0 /opt/update.sh