Install Script - Add https to see if it will download the gpg keys

This commit is contained in:
Mike Reeves
2018-05-31 15:31:11 -04:00
parent 76d077962f
commit d1cbd57117

View File

@@ -473,6 +473,7 @@ set_updates() {
# Set it up so the updates roll through the master
echo "Acquire::http::Proxy \"http://$MSRV:3142\";" > /etc/apt/apt.conf.d/00Proxy
echo "Acquire::https::Proxy \"http://$MSRV:3142\";" >> /etc/apt/apt.conf.d/00Proxy
}