소스 검색

http backports

Bob Mottram 11 년 전
부모
커밋
8432148dcf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      install-freedombone.sh

+ 2
- 2
install-freedombone.sh 파일 보기

@@ -175,8 +175,8 @@ function enable_backports {
175 175
   if grep -Fxq "enable_backports" $COMPLETION_FILE; then
176 176
 	  return
177 177
   fi
178
-  if ! grep -Fxq "deb https://$DEBIAN_REPO/debian jessie-backports main" /etc/apt/sources.list; then
179
-    echo "deb https://$DEBIAN_REPO/debian jessie-backports main" >> /etc/apt/sources.list
178
+  if ! grep -Fxq "deb http://$DEBIAN_REPO/debian jessie-backports main" /etc/apt/sources.list; then
179
+    echo "deb http://$DEBIAN_REPO/debian jessie-backports main" >> /etc/apt/sources.list
180 180
   fi
181 181
   echo 'enable_backports' >> $COMPLETION_FILE
182 182
 }