瀏覽代碼

https repos

Bob Mottram 10 年之前
父節點
當前提交
4e4cb30def
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      install-freedombone.sh

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

109
 	  return
109
 	  return
110
   fi
110
   fi
111
   apt-get -y update
111
   apt-get -y update
112
-  apt-get -y --force-yes install apt-transport-https
113
   # Since at the present time this does not work it's commented out
112
   # Since at the present time this does not work it's commented out
113
+  #apt-get -y --force-yes install apt-transport-https
114
   #sed -i 's/http:/https:/g' /etc/apt/sources.list
114
   #sed -i 's/http:/https:/g' /etc/apt/sources.list
115
   echo 'https_repos' >> $COMPLETION_FILE
115
   echo 'https_repos' >> $COMPLETION_FILE
116
 }
116
 }