From 68409ada5f5b12cccd7f709dbb948a709504c916 Mon Sep 17 00:00:00 2001 From: Super User Date: Wed, 25 Feb 2026 00:22:44 +0000 Subject: [PATCH] Fixed squid installation --- install-squid.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-squid.sh b/install-squid.sh index 149bd92..dfba923 100755 --- a/install-squid.sh +++ b/install-squid.sh @@ -2,6 +2,8 @@ REPO_FILE_URL="https://www.ngtech.co.il/repo/rocky/ngtech-squid.repo" +dnf install wget -y + wget "${REPO_FILE_URL}" -O "/etc/yum.repos.d/ngtech-squid.repo" dnf install epel-release -y