diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 68a659010..1009eb3cc 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -348,15 +348,7 @@ Set_defaults () then case "${LH_MODE}" in debian|debian-release) - case "${LH_ARCHITECTURE}" in - amd64|i386) - LH_MIRROR_BINARY="http://ftp.us.debian.org/debian/" - ;; - - *) - LH_MIRROR_BINARY="http://ftp.de.debian.org/debian/" - ;; - esac + LH_MIRROR_BINARY="http://cdn.debian.net/debian/" ;; emdebian) |