Ver código fonte

Enable https apt transport

Bob Mottram 11 anos atrás
pai
commit
4f45f6157b
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      install-freedombone.sh

+ 1
- 0
install-freedombone.sh Ver arquivo

@@ -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