From 08dfaab188e6b54ad9389e978f1bf0f7f8c979cc Mon Sep 17 00:00:00 2001 From: panticz Date: Mon, 27 Apr 2015 18:08:56 +0200 Subject: [PATCH] Fix Debian Squeeze backports mirror http://http.debian.net/debian-backports is not available anymore --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 4a4313d..989c42f 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -2040,7 +2040,7 @@ _eof # Debian Backports if [ "$(grep -R 'squeeze-backports' /etc/apt | grep -v "^#")" = "" ]; then - echo "deb http://http.debian.net/debian-backports squeeze-backports main" >> \ + echo "deb http://ftp.de.debian.org/debian-backports squeeze-backports main" >> \ /etc/apt/sources.list.d/backports.list fi