Moved some scripts to a VPS directory
This commit is contained in:
parent
4bcec25c2e
commit
7be8a13889
4 changed files with 2 additions and 16 deletions
|
@ -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
|
|
|
@ -7,3 +7,5 @@ It also contains some timer services for systemd.
|
||||||
|
|
||||||
- Perso : Personal scripts
|
- Perso : Personal scripts
|
||||||
- INTech : Scripts made for INTech, my robotics club
|
- INTech : Scripts made for INTech, my robotics club
|
||||||
|
- VPS : Scripts mainly used on my server
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue