소스 검색

Also change sources

Bob Mottram 10 년 전
부모
커밋
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 ''