summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index e45b38f..698dc34 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -284,15 +284,7 @@ Set_defaults ()
then
case "${LH_MODE}" in
debian|debian-release)
- case "${LH_ARCHITECTURE}" in
- amd64|i386)
- LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
- ;;
-
- *)
- LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
- ;;
- esac
+ LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
;;
emdebian)