Bob Mottram vor 10 Jahren
Ursprung
Commit
4e4cb30def
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Datei anzeigen

@@ -109,8 +109,8 @@ function https_repos {
109 109
 	  return
110 110
   fi
111 111
   apt-get -y update
112
-  apt-get -y --force-yes install apt-transport-https
113 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 114
   #sed -i 's/http:/https:/g' /etc/apt/sources.list
115 115
   echo 'https_repos' >> $COMPLETION_FILE
116 116
 }