Install Script - Fix APT config location for proxy

This commit is contained in:
Mike Reeves
2018-05-31 13:35:54 -04:00
parent 8aadcd7796
commit ccf045ccce

View File

@@ -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
}