From eaf2db01084d31c855df5747f956e64775169aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Mon, 19 Feb 2018 15:22:18 +0100 Subject: Run fix for /etc/apt/sources.list again.. might change again after testing. --- install-itzks-workstation | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index 391990c..36ba8ae 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -82,6 +82,9 @@ dpkg --add-architecture i386 apt-get update 1>/dev/null apt_install_if_not wine32 +# Run again: We don't want to use Debian's old redirector service, but the new one... +sed -r -i /etc/apt/sources.list -e "s@http.debian.net@httpredir.debian.org@g" + # Install extras for wine32 apt-get update 1>/dev/null apt_install_if_not playonlinux -- cgit v1.2.3