|
|
|
|
204
|
IMPORT_MAILDIR=
|
204
|
IMPORT_MAILDIR=
|
205
|
|
205
|
|
206
|
# The Debian package repository to use.
|
206
|
# The Debian package repository to use.
|
207
|
-DEBIAN_REPO="ftp.de.debian.org"
|
|
|
|
|
207
|
+DEBIAN_REPO="ftp.us.debian.org"
|
208
|
|
208
|
|
209
|
DEBIAN_VERSION="jessie"
|
209
|
DEBIAN_VERSION="jessie"
|
210
|
|
210
|
|
|
|
|
|
247
|
fi
|
247
|
fi
|
248
|
|
248
|
|
249
|
# message if something fails to install
|
249
|
# message if something fails to install
|
250
|
-CHECK_MESSAGE="Check your internet connection, /etc/network/interfaces and /etc/resolv.conf, then delete $COMPLETION_FILE and run this script again."
|
|
|
|
|
250
|
+CHECK_MESSAGE="Check your internet connection, /etc/network/interfaces and /etc/resolv.conf, then delete $COMPLETION_FILE, run 'rm -fR /var/lib/apt/lists/* && apt-get update' and run this script again. If hash sum mismatches persist then try setting $DEBIAN_REPO to a different mirror."
|
251
|
|
251
|
|
252
|
function show_help {
|
252
|
function show_help {
|
253
|
echo ''
|
253
|
echo ''
|