From 4e4cb30def35a35c04f0ec8dbb0d870fe1e9ba3d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Sep 2014 19:49:09 +0100 Subject: [PATCH] https repos --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 471c4881..2193f4e0 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -109,8 +109,8 @@ function https_repos { return fi apt-get -y update - apt-get -y --force-yes install apt-transport-https # Since at the present time this does not work it's commented out + #apt-get -y --force-yes install apt-transport-https #sed -i 's/http:/https:/g' /etc/apt/sources.list echo 'https_repos' >> $COMPLETION_FILE }