Enable https apt transport

This commit is contained in:
Bob Mottram 2014-09-23 13:31:27 +01:00
parent c8099ed696
commit 4f45f6157b
1 changed files with 1 additions and 0 deletions

View File

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