summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-26 10:16:59 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-26 10:16:59 +0100
commit922a2c8edda3dccfba5eecea2f5f14acff9158a7 (patch)
treedeaf26773a17130c104aee572043d846840c4e9f
parentf8df3b7eea45a110b8ff4b42ff52e00f172f5d4d (diff)
downloaditzks-install-script-922a2c8edda3dccfba5eecea2f5f14acff9158a7.tar.gz
itzks-install-script-922a2c8edda3dccfba5eecea2f5f14acff9158a7.tar.bz2
itzks-install-script-922a2c8edda3dccfba5eecea2f5f14acff9158a7.zip
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.
-rwxr-xr-xinstall-itzks-workstation3
1 files changed, 0 insertions, 3 deletions
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