small additions to isntall script

This commit is contained in:
Sheppy
2017-01-03 23:20:40 +01:00
parent 704214a818
commit 304a3e8b34
2 changed files with 17 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
su su
mv ~/.config/basic_setup/sources.list /etc/apt/sources.list
apt update
apt upgrade --asume-yes
cat ../other/package_list_full.txt | while read line cat ../other/package_list_full.txt | while read line
do do
apt install --no-install-recommends --assume-yes $line apt install --no-install-recommends --assume-yes $line

14
basic_setup/sources.list Normal file
View File

@@ -0,0 +1,14 @@
#deb cdrom:[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 CD Binary-1 20160917-14:25]/ jessie main
deb http://ftp.uni-erlangen.de/debian/ jessie main contrib
#deb-src http://ftp.uni-erlangen.de/debian/ jessie main
deb http://security.debian.org/ jessie/updates main
#deb-src http://security.debian.org/ jessie/updates main
# jessie-updates, previously known as 'volatile'
deb http://ftp.uni-erlangen.de/debian/ jessie-updates main
#deb-src http://ftp.uni-erlangen.de/debian/ jessie-updates main
#backports
deb http://ftp.debian.org/debian jessie-backports main