summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-01-24 15:06:53 +0100
committerBenjamin Schlüter <bschlueter@posteo.de>2018-01-24 15:06:53 +0100
commit0c8482fd91960e4eed978e9499bcad5616118094 (patch)
tree11d396ea4e88e1e5510f9e43a5031c7fbf8276fc /install-itzks-workstation
parent6097a710eaba702fad0b4671ba47db93b837f4c8 (diff)
downloaditzks-install-script-0c8482fd91960e4eed978e9499bcad5616118094.tar.gz
itzks-install-script-0c8482fd91960e4eed978e9499bcad5616118094.tar.bz2
itzks-install-script-0c8482fd91960e4eed978e9499bcad5616118094.zip
Fix typo.
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r--install-itzks-workstation2
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