From 4f45f6157b903ff7c23b1707175f5e57f83176ac Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 23 Sep 2014 13:31:27 +0100 Subject: [PATCH] Enable https apt transport --- install-freedombone.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-freedombone.sh b/install-freedombone.sh index 13c0979c..7567a15a 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -149,6 +149,7 @@ function change_debian_repos { fi apt-get update + apt-get -y --force-yes install apt-transport-https echo 'change_debian_repos' >> $COMPLETION_FILE }