mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
small additions to isntall script
This commit is contained in:
@@ -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
14
basic_setup/sources.list
Normal 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
|
||||||
Reference in New Issue
Block a user