From 922a2c8edda3dccfba5eecea2f5f14acff9158a7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 26 Feb 2018 10:16:59 +0100 Subject: Revert "Add sed command to cut repository without release file." The proper fix for this is to fine-tune e2guardian of the customer where this issue occurs. This reverts commit f8df3b7eea45a110b8ff4b42ff52e00f172f5d4d. --- install-itzks-workstation | 3 --- 1 file changed, 3 deletions(-) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index b9f59ee..4e58c21 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -50,9 +50,6 @@ 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 -- cgit v1.2.3