mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01:00
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:
commit
164ac1cc47
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user