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