Commit 0298e6bf by Serge Hallyn Committed by GitHub

Merge pull request #1758 from carnil/master

Use deb.debian.org as the default Debian mirror
parents b3c723c4 d312bb74
......@@ -34,7 +34,7 @@ done
export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin
export GREP_OPTIONS=""
MIRROR=${MIRROR:-http://httpredir.debian.org/debian}
MIRROR=${MIRROR:-http://deb.debian.org/debian}
SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.debian.org/}
LOCALSTATEDIR="@LOCALSTATEDIR@"
LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment