fix squid web filter on kali and tracelabs - 1.15.0

This commit is contained in:
Teja Swaroop Pothala 2024-12-17 06:09:16 +05:30
parent 3e9d1cec3e
commit 7bfebb928f
No known key found for this signature in database
GPG Key ID: E5F3829663E6A4B2

View File

@ -76,7 +76,7 @@ elif [ "${DISTRO}" == "opensuse" ]; then
elif [[ "${DISTRO}" == "alpine" ]]; then elif [[ "${DISTRO}" == "alpine" ]]; then
apk add --no-cache memcached cyrus-sasl iproute2 libatomic apk add --no-cache memcached cyrus-sasl iproute2 libatomic
else else
apt-get install -y memcached sasl2-bin iproute2 apt-get install -y memcached sasl2-bin libsasl2-modules iproute2
fi fi
# Enable SASL in the memchache config # Enable SASL in the memchache config