diff options
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 |