From b7f092401c26155a8e117f30b20147e9c27dc36d Mon Sep 17 00:00:00 2001 From: Bram Kelchtermans Date: Mon, 1 Jul 2024 21:01:34 +0200 Subject: [PATCH] refactor: Update apt-cacher setup script to remove unnecessary 'sudo' command --- 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 c28e783e..c8f5205c 100755 --- a/apt-cacher/setup.sh +++ b/apt-cacher/setup.sh @@ -1,2 +1,2 @@ #!/bin/bash -sudo apt install squid-deb-proxy-client \ No newline at end of file +apt install squid-deb-proxy-client \ No newline at end of file