diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-24 15:06:53 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-24 15:06:53 +0100 |
commit | 0c8482fd91960e4eed978e9499bcad5616118094 (patch) | |
tree | 11d396ea4e88e1e5510f9e43a5031c7fbf8276fc | |
parent | 6097a710eaba702fad0b4671ba47db93b837f4c8 (diff) | |
download | itzks-install-script-0c8482fd91960e4eed978e9499bcad5616118094.tar.gz itzks-install-script-0c8482fd91960e4eed978e9499bcad5616118094.tar.bz2 itzks-install-script-0c8482fd91960e4eed978e9499bcad5616118094.zip |
Fix typo.
-rw-r--r-- | install-itzks-workstation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 0654750..7c6cb4e 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -31,7 +31,7 @@ invoke-rc.d fetch-ldap-cert start if [ ! -e /etc/apt/sources.list.d/itzks.list ] then touch /etc/apt/sources.list.d/itzks.list - echo "deb http://packages.it-zukunt-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 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-schuke.de/debian sid main contrib non-free" >> /etc/apt/sources.list.d/itzks.list fi |