summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index e86163b95..38b948e44 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -259,7 +259,7 @@ Set_defaults ()
debian)
case "${LH_ARCHITECTURE}" in
amd64|i386)
- LH_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/"
+ LH_MIRROR_BOOTSTRAP="http://ftp.us.debian.org/debian/"
;;
*)
@@ -287,7 +287,7 @@ Set_defaults ()
debian)
case "${LH_ARCHITECTURE}" in
amd64|i386)
- LH_MIRROR_BINARY="http://ftp.debian.org/debian/"
+ LH_MIRROR_BINARY="http://ftp.us.debian.org/debian/"
;;
*)