mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-26 15:01:28 +02:00
Add openssl and squid installation logic for rhel9-fix syntax
This commit is contained in:
parent
3b8178b291
commit
c724da5786
@ -6,7 +6,7 @@ ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')
|
|||||||
if [[ "${DISTRO}" == @(centos|oracle7|oracle8|oracle9|fedora37|fedora38|fedora39|fedora40|almalinux8|almalinux9|rockylinux8|rockylinux9) ]]; then
|
if [[ "${DISTRO}" == @(centos|oracle7|oracle8|oracle9|fedora37|fedora38|fedora39|fedora40|almalinux8|almalinux9|rockylinux8|rockylinux9) ]]; then
|
||||||
dnf install -y openssl xkbcomp
|
dnf install -y openssl xkbcomp
|
||||||
rm -f /etc/X11/xinit/xinitrc
|
rm -f /etc/X11/xinit/xinitrc
|
||||||
if [[ "${DISTRO}" == "rhel9" ]]; then
|
elif [[ "${DISTRO}" == "rhel9" ]]; then
|
||||||
dnf install -y openssl
|
dnf install -y openssl
|
||||||
elif [[ "${DISTRO}" == "alpine" ]]; then
|
elif [[ "${DISTRO}" == "alpine" ]]; then
|
||||||
apk add --no-cache openssl
|
apk add --no-cache openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user