diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 1009eb3cc..6fd3533c1 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -288,7 +288,7 @@ Set_defaults () debian|debian-release) case "${LH_ARCHITECTURE}" in amd64|i386) - LH_MIRROR_BOOTSTRAP="http://ftp.us.debian.org/debian/" + LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/" ;; *) |