KASM-3007 Use repo build of squid for Kali which is now based on Jammy

This commit is contained in:
Justin Travis 2022-08-01 11:19:30 -04:00
parent b3f606de93
commit 53076bd224

View File

@ -19,7 +19,7 @@ elif [ "${DISTRO}" == "oracle8" ]; then
elif [ "${DISTRO}" == "opensuse" ]; then
SQUID_DISTRO=opensuse
fi
if grep -q Jammy /etc/os-release; then
if $(grep -q Jammy /etc/os-release) || $(grep -q Kali /etc/os-release) ; then
apt-get update
apt-get install -y squid-openssl
mkdir -p /usr/local/squid/sbin