From 304a3e8b345e4dd78b46fa6e4ed8a54f1bc4c8a8 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Tue, 3 Jan 2017 23:20:40 +0100 Subject: [PATCH] small additions to isntall script --- basic_setup/install.sh | 3 +++ basic_setup/sources.list | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 basic_setup/sources.list diff --git a/basic_setup/install.sh b/basic_setup/install.sh index ea2f237..bf0cf91 100755 --- a/basic_setup/install.sh +++ b/basic_setup/install.sh @@ -1,4 +1,7 @@ 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 do apt install --no-install-recommends --assume-yes $line diff --git a/basic_setup/sources.list b/basic_setup/sources.list new file mode 100644 index 0000000..08ef0d0 --- /dev/null +++ b/basic_setup/sources.list @@ -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