1
0
Fork 0

Moved some scripts to a VPS directory

This commit is contained in:
trotFunky 2020-05-17 15:16:48 +01:00
parent 4bcec25c2e
commit 7be8a13889
4 changed files with 2 additions and 16 deletions

View file

@ -1,16 +0,0 @@
#! /bin/bash
if [ $(id -u) -ne "0" ]; then
echo "Please execute with superuser privileges"
exit -1
fi
cp ./sources.list /etc/apt/sources.list
cp ./preferences.d/my_preferences /etc/apt/preferences.d/my_preferences
cp -r ./sources.list.d/* /etc/apt/sources.list.d
apt-get update
apt-get install dselect
dpkg --set-selections < "manual_package_save"
apt-get dselect-upgrade
apt-get remove dselect

View file

@ -7,3 +7,5 @@ It also contains some timer services for systemd.
- Perso : Personal scripts
- INTech : Scripts made for INTech, my robotics club
- VPS : Scripts mainly used on my server