From ccf045cccebec4dc06a74010715259675f1d346e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 31 May 2018 13:35:54 -0400 Subject: [PATCH] Install Script - Fix APT config location for proxy --- so-setup-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }