diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 15:36:08 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 15:36:08 +0100 |
commit | 87744fb499e0077ebe31f2e38c321ff71636681b (patch) | |
tree | 9695da61184a86015fa7f467639a937846508b34 /install-itzks-workstation | |
parent | 8e1a2abf6b733220a36c17c88523dad7a2bf6f48 (diff) | |
download | itzks-install-script-87744fb499e0077ebe31f2e38c321ff71636681b.tar.gz itzks-install-script-87744fb499e0077ebe31f2e38c321ff71636681b.tar.bz2 itzks-install-script-87744fb499e0077ebe31f2e38c321ff71636681b.zip |
Remove sid repo from itzks.list.
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 1d42853..9784960 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -27,7 +27,6 @@ if [ ! -e "/etc/apt/sources.list.d/itzks.list" ]; then touch /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 fi # Export proxy-settings for first install |