refactor: Update apt-cacher setup script to use apt-cacher.local as the proxy server
This commit is contained in:
parent
b7f092401c
commit
00783bf268
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
apt install squid-deb-proxy-client
|
||||
echo 'Acquire::http { Proxy "http://apt-cacher.local:3142"; }' | sudo tee -a /etc/apt/apt.conf.d/proxy
|
Loading…
Reference in New Issue