From 492719059218a63c4dce7edee1bd039a20116ee9 Mon Sep 17 00:00:00 2001 From: 007hacky007 <007hacky007@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:49:15 +0200 Subject: [PATCH] refactor: use package install helper for squid deps --- install/squid-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/squid-install.sh b/install/squid-install.sh index fae576a6..cb0e3998 100644 --- a/install/squid-install.sh +++ b/install/squid-install.sh @@ -67,7 +67,7 @@ EOF msg_ok "Configured Squid" msg_info "Installing Dependencies" -$STD apt install -y squid apache2-utils +install_packages_with_retry squid apache2-utils msg_ok "Installed Dependencies" msg_info "Preparing Authentication"