summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 61db1789..ddf542ce 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -53,7 +53,7 @@ else
export LC_ALL=C
fi
if [ -z "$MIRROR" ]; then
- export MIRROR=http://ftp2.de.debian.org/debian
+ export MIRROR=http://ftp.de.debian.org/debian
fi
if [ -z "$http_proxy" ]; then
export http_proxy="http://localhost:3128"