浏览代码

Enable https apt transport

Bob Mottram 11 年前
父节点
当前提交
4f45f6157b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      install-freedombone.sh

+ 1
- 0
install-freedombone.sh 查看文件

@@ -149,6 +149,7 @@ function change_debian_repos {
149 149
   fi
150 150
 
151 151
   apt-get update
152
+  apt-get -y --force-yes install apt-transport-https
152 153
   echo 'change_debian_repos' >> $COMPLETION_FILE
153 154
 }
154 155