diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-23 17:15:41 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-23 17:15:41 +0100 |
commit | 1e8d02c61ede3febcc82feae8f0d1418d5c8b8ee (patch) | |
tree | acf9d6df3b3cf3737cfc98dc5f3263ef689e814c /install-itzks-workstation | |
parent | 684acf7ec9c1553ae0c750da42f51bf1c52622a5 (diff) | |
download | itzks-install-script-1e8d02c61ede3febcc82feae8f0d1418d5c8b8ee.tar.gz itzks-install-script-1e8d02c61ede3febcc82feae8f0d1418d5c8b8ee.tar.bz2 itzks-install-script-1e8d02c61ede3febcc82feae8f0d1418d5c8b8ee.zip |
itzks-installscript: Change content for itzks.list to stretch-relevant entries and add sid main contrib non-free.
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 8499db2..261ed6b 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -23,8 +23,9 @@ invoke-rc.d fetch-ldap-cert start # Add itzks-package repo touch /etc/apt/sources.list.d/itzks.list -echo "deb http://packages.it-zukunft-schule.de/debian jessie main contrib non-free" >> /etc/apt/sources.list.d/itzks.list -echo "deb http://packages.it-zukunft-schule.de/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list.d/itzks.list +echo "deb http://packages.it-zukunft-schule.de/debian stretch main contrib non-free" >> /etc/apt/sources.list.d/itzks.list +echo "deb http://packages.it-zukunft-schule.de/debian stretch-backports main contrib non-free" >> /etc/apt/sources.list.d/itzks.list +echo "deb http://packages.it-zukunft-schule.de/debian sid main contrib non-free" >> /etc/apt/sources.list.d/itzks.list # Export proxy-settings for first install export http_proxy=http://webcache:3128 |