summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
diff options
context:
space:
mode:
Diffstat (limited to 'install-itzks-workstation')
-rwxr-xr-xinstall-itzks-workstation11
1 files changed, 5 insertions, 6 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation
index 23f7b67..83724f5 100755
--- a/install-itzks-workstation
+++ b/install-itzks-workstation
@@ -132,9 +132,8 @@ find /var/lib/apt/lists/ -type f -delete
# FIXME: We don't want to use Debian's old redirector service, but the new one...
# The below line is the ideal solution, but it does not work, sometimes the
# redirector URLs fail to produce a Release file. For whatever reason.
-#sed -r -i /etc/apt/sources.list -e "s@http.debian.net@httpredir.debian.org@g"
-sed -r -i /etc/apt/sources.list -e "s@http.debian.net@ftp.de.debian.org@g"
-sed -r -i /etc/apt/sources.list -e "s@httpredir.debian.org@ftp.de.debian.org@g"
+sed -r -i /etc/apt/sources.list -e "s@http.debian.net@deb.debian.org@g"
+sed -r -i /etc/apt/sources.list -e "s@httpredir.debian.org@deb.debian.org@g"
# Run upgrades to ensure the base system is as up-to-date as possible
apt-get update 1>/dev/null
@@ -143,8 +142,8 @@ apt-get upgrade -y
# Add itzks.list and its contents if file not already there
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 buster main contrib non-free" >> /etc/apt/sources.list.d/itzks.list
+ echo "deb http://packages.it-zukunft-schule.de/debian buster-backports main contrib non-free" >> /etc/apt/sources.list.d/itzks.list
fi
# Get update and add itzks-keyring and itzks-systems-common package
@@ -222,7 +221,7 @@ sed -r -e 's/^(iface\s+eth[0-9]\s+inet\s+dhcp)\s*/#NetworkManager \1/' -i /etc/n
####################
-# We don't need rpc.gssd on NFS clients (yet), if not used, it may start behaving weirdly (observed in Debian jessie, unsure about stretch)
+# We don't need rpc.gssd on NFS clients (yet), if not used, it may start behaving weirdly (observed in Debian jessie, unsure about stretch/buster)
sed -e 's/^NEED_GSSD=.*/NEED_GSSD=/' -i /etc/default/nfs-common
####################