https repos

This commit is contained in:
Bob Mottram 2014-09-21 19:49:09 +01:00
parent 72568189a4
commit 4e4cb30def
1 changed files with 1 additions and 1 deletions

View File

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