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