change IP

This commit is contained in:
2015-07-24 14:23:16 +03:00
parent 927540c36b
commit c6275b7557

View File

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