mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
Fix Debian Squeeze backports mirror
http://http.debian.net/debian-backports is not available anymore
This commit is contained in:
parent
902da73446
commit
08dfaab188
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue