From 3e2fee978a31fe06508146ffd3b500dfe3d62193 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 30 Apr 2015 11:58:21 +0100 Subject: [PATCH] Revert "Fix Debian Squeeze backports mirror" --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 989c42f..4a4313d 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://ftp.de.debian.org/debian-backports squeeze-backports main" >> \ + echo "deb http://http.debian.net/debian-backports squeeze-backports main" >> \ /etc/apt/sources.list.d/backports.list fi