refactor: Update apt-cacher setup script to remove unnecessary 'sudo' command

This commit is contained in:
Bram Kelchtermans 2024-07-01 21:01:34 +02:00
parent 6f1169f204
commit b7f092401c
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
sudo apt install squid-deb-proxy-client
apt install squid-deb-proxy-client