Pārlūkot izejas kodu

More elaboration on the check message

Bob Mottram 10 gadus atpakaļ
vecāks
revīzija
39d1a887b5
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      install-freedombone.sh

+ 2
- 2
install-freedombone.sh Parādīt failu

@@ -204,7 +204,7 @@ MY_GPG_PRIVATE_KEY=
204 204
 IMPORT_MAILDIR=
205 205
 
206 206
 # The Debian package repository to use.
207
-DEBIAN_REPO="ftp.de.debian.org"
207
+DEBIAN_REPO="ftp.us.debian.org"
208 208
 
209 209
 DEBIAN_VERSION="jessie"
210 210
 
@@ -247,7 +247,7 @@ if [ ! -f $COMPLETION_FILE ]; then
247 247
 fi
248 248
 
249 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 252
 function show_help {
253 253
   echo ''