summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
diff options
context:
space:
mode:
Diffstat (limited to 'install-itzks-workstation')
-rwxr-xr-xinstall-itzks-workstation3
1 files changed, 3 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation
index 4e58c21..b9f59ee 100755
--- a/install-itzks-workstation
+++ b/install-itzks-workstation
@@ -50,6 +50,9 @@ export ftp_proxy=http://webcache:3128
# 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"
+# We don't want to use the old repository without a release file
+sed -i 's/.*deb.debian.org.*//' /etc/apt/sources.list
+
# take out the hammer and drop all previous package lists.
find /var/lib/apt/lists/ -type f -delete