mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-29 19:03:10 +01:00
KASM-2016 updates
This commit is contained in:
parent
22b86fbcfd
commit
31b83b59b9
@ -34,7 +34,7 @@ if [ "${DISTRO}" == "centos" ] ; then
|
|||||||
yum localinstall -y kasmvncserver.rpm
|
yum localinstall -y kasmvncserver.rpm
|
||||||
rm kasmvncserver.rpm
|
rm kasmvncserver.rpm
|
||||||
else
|
else
|
||||||
if [ "$DISTRO" = "ubuntu" ] && [ ! "$BUILD_ARCH" =~ ^aarch64 ] ; then
|
if [[ "$DISTRO" = "ubuntu" ]] && [[ ! "$BUILD_ARCH" =~ ^aarch64$ ]] ; then
|
||||||
install_libjpeg_turbo
|
install_libjpeg_turbo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user