downgrade to stable release of MESA

This commit is contained in:
Matthew McClaskey 2022-12-03 18:59:01 +00:00
parent c86428d4a6
commit c3574fb54c

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