Bob Mottram 10 лет назад
Родитель
Сommit
9c037a1556
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Просмотреть файл

@@ -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, 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."
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 and also change /etc/apt/sources.list."
251 251
 
252 252
 function show_help {
253 253
   echo ''