mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01:00
Fix MESA KASM-3688
This commit is contained in:
parent
ed5eddaf5e
commit
3388d41113
@ -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