Pārlūkot izejas kodu

Enable https apt transport

Bob Mottram 11 gadus atpakaļ
vecāks
revīzija
4f45f6157b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      install-freedombone.sh

+ 1
- 0
install-freedombone.sh Parādīt failu

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