diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-26 10:29:51 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-26 10:29:58 +0100 |
commit | 731b6f711e85573ca05960e7089bab97289c48e1 (patch) | |
tree | 9cb54e5e1753f58b6529640546617ba74bc3751d | |
parent | a8c6c961272ba542e953991ae7a69aec26b326b4 (diff) | |
download | itzks-install-script-731b6f711e85573ca05960e7089bab97289c48e1.tar.gz itzks-install-script-731b6f711e85573ca05960e7089bab97289c48e1.tar.bz2 itzks-install-script-731b6f711e85573ca05960e7089bab97289c48e1.zip |
Revert "Run fix for /etc/apt/sources.list again.. might change again after testing."
Make no sense here. The source.list should not have been changed by
anything up to here. So no reason for doing things twice.
This reverts commit eaf2db01084d31c855df5747f956e64775169aed.
-rwxr-xr-x | install-itzks-workstation | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 795c4b7..9eeaba1 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -91,9 +91,6 @@ 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 |