Fix MESA KASM-3688

This commit is contained in:
Matthew McClaskey 2022-12-03 20:08:51 +00:00
parent ed5eddaf5e
commit 3388d41113
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