diff --git a/apt-cacher/setup.sh b/apt-cacher/setup.sh index c8f5205c..c024cdef 100755 --- a/apt-cacher/setup.sh +++ b/apt-cacher/setup.sh @@ -1,2 +1,2 @@ #!/bin/bash -apt install squid-deb-proxy-client \ No newline at end of file +echo 'Acquire::http { Proxy "http://apt-cacher.local:3142"; }' | sudo tee -a /etc/apt/apt.conf.d/proxy \ No newline at end of file