浏览代码

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
 }