From d1cbd57117a5d253ffb5067f4e8fa6206ead2968 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 31 May 2018 15:31:11 -0400 Subject: [PATCH] Install Script - Add https to see if it will download the gpg keys --- so-setup-network.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/so-setup-network.sh b/so-setup-network.sh index 2c4340cfa..4c976ad8f 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -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 }