diff --git a/so-setup-network.sh b/so-setup-network.sh index 8d0935282..25938a980 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/00Proxy + echo "Acquire::http::Proxy "http://$MSRV:3142";" > /etc/apt/apt.conf.d/00Proxy }