diff options
Diffstat (limited to 'test/ete/labs/gwu/apt-proxy.sh')
-rwxr-xr-x | test/ete/labs/gwu/apt-proxy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ete/labs/gwu/apt-proxy.sh b/test/ete/labs/gwu/apt-proxy.sh index 200d1d0f4..d69415bd8 100755 --- a/test/ete/labs/gwu/apt-proxy.sh +++ b/test/ete/labs/gwu/apt-proxy.sh @@ -5,11 +5,11 @@ sed -i '/#!\/bin\/bash/a\ mkdir -p /etc/docker\ cat > /etc/docker/daemon.json <<EOF\ {\ - "insecure-registries" : ["force.local.enacct.com:5000"]\ + "insecure-registries" : ["192.168.1.51:5000"]\ }\ EOF\ cat > /etc/apt/apt.conf.d/30proxy<<EOF\ - Acquire::http { Proxy "http://force.local.enacct.com:3142"; };\ + Acquire::http { Proxy "http://192.168.1.51:3142"; };\ Acquire::https::Proxy "DIRECT";\ EOF\ apt-get -y update' $1 |