Skip to content

bertman80/linux-basic-setup

Repository files navigation

linux-basic-setup

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

update.sh

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

About

Install and setup basic linux settings and apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages