From c6275b7557b1368ea99584e408d9e8b600974627 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Fri, 24 Jul 2015 14:23:16 +0300 Subject: [PATCH] change IP --- clients/initialsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/initialsetup.sh b/clients/initialsetup.sh index 5373191..424e068 100644 --- a/clients/initialsetup.sh +++ b/clients/initialsetup.sh @@ -24,7 +24,7 @@ fi # Set apt-cacher-ng proxy echo "Configuring apt to use local apt-cacher-ng proxy" -echo 'Acquire::http { Proxy "http://192.168.1.10:3142"; }; +echo 'Acquire::http { Proxy "http://192.168.10.10:3142"; }; Acquire::https { Proxy "https://"; };' > "/etc/apt/apt.conf.d/01proxy" killall apt-get