mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01:00
KASM-3007 Use repo build of squid for Kali which is now based on Jammy
This commit is contained in:
parent
b3f606de93
commit
53076bd224
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user