https repos
This commit is contained in:
parent
72568189a4
commit
4e4cb30def
|
@ -109,8 +109,8 @@ function https_repos {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
apt-get -y update
|
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
|
# 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
|
#sed -i 's/http:/https:/g' /etc/apt/sources.list
|
||||||
echo 'https_repos' >> $COMPLETION_FILE
|
echo 'https_repos' >> $COMPLETION_FILE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue