Install Script - Fix apt proxy statement

This commit is contained in:
Mike Reeves
2018-05-31 14:26:59 -04:00
parent a96128140d
commit 30842c6801

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/apt.conf.d/00Proxy
echo "Acquire::http::Proxy \"http://$MSRV:3142\";" > /etc/apt/apt.conf.d/00Proxy
}