Fixed squid installation

This commit is contained in:
Super User 2026-02-25 00:22:44 +00:00
parent fee4d664f2
commit 68409ada5f

View File

@ -2,6 +2,8 @@
REPO_FILE_URL="https://www.ngtech.co.il/repo/rocky/ngtech-squid.repo" 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" wget "${REPO_FILE_URL}" -O "/etc/yum.repos.d/ngtech-squid.repo"
dnf install epel-release -y dnf install epel-release -y