Merge branch 'bugfix/KASM-3688_MESA_crash' into 'develop'

downgrade to stable release of MESA

Closes KASM-3688

See merge request kasm-technologies/internal/workspaces-core-images!100
This commit is contained in:
Matthew McClaskey 2022-12-05 11:50:34 +00:00
commit 164ac1cc47
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ fi
if [ "$DISTRO" = "ubuntu" ]; then
#update mesa to latest
add-apt-repository ppa:kisak/kisak-mesa
add-apt-repository ppa:kisak/turtle
apt full-upgrade -y
fi

View File

@ -26,7 +26,7 @@ if [ "$DISTRO" = "ubuntu" ]; then
libegl1 libegl1:i386 \
libgles2 libgles2:i386
add-apt-repository ppa:kisak/kisak-mesa
add-apt-repository ppa:kisak/turtle
apt full-upgrade -y
dpkg -i $INST_SCRIPTS/virtualgl/virtualgl_*amd64.deb
fi