Skip to content

Commit

Permalink
Merge pull request #592 from saltstack/revert-589-patch-1
Browse files Browse the repository at this point in the history
Revert "Fix Debian Squeeze backports mirror"
  • Loading branch information
s0undt3ch committed Apr 30, 2015
2 parents 10b6d05 + 3e2fee9 commit 67b4d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 67b4d7a

Please sign in to comment.