refactor: use package install helper for squid deps

This commit is contained in:
007hacky007
2026-04-14 15:49:15 +02:00
parent d8161abc2e
commit 4927190592

View File

@@ -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"