refactor: Update apt-cacher setup script to use apt-cacher.local as the proxy server

This commit is contained in:
Bram Kelchtermans 2024-07-01 21:03:11 +02:00
parent b7f092401c
commit 00783bf268
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/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