From 00783bf268bc0adca53667b4dd148681c5bd853f Mon Sep 17 00:00:00 2001 From: Bram Kelchtermans Date: Mon, 1 Jul 2024 21:03:11 +0200 Subject: [PATCH] refactor: Update apt-cacher setup script to use apt-cacher.local as the proxy server --- apt-cacher/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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