diff --git a/so-setup-network.sh b/so-setup-network.sh index ca2d120d2..2c4340cfa 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -472,7 +472,7 @@ sensor_pillar() { 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::http::Proxy \"http://$MSRV:3142\";" > /etc/apt/apt.conf.d/00Proxy }