Install and setup basic linux settings and apps
Make a github basic dir, run this script with sydo su to get the all the rightssudo sumkdir /dev/githubapt install -y gitcd /dev/githubgit clone https://github.com/bertman80/linux-basic-setup.gitcd linux-basic-setup./install.shexit
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 -e0 7 * * 0 /opt/update.sh