KASM-1896 update mesa to latest stable

This commit is contained in:
matt 2021-09-07 11:52:29 +00:00
parent 5f7fb8d3e2
commit f5a53ce853

View File

@ -9,9 +9,13 @@ if [ "${DISTRO}" == "centos" ] ; then
rm wmctrl*.rpm
else
apt-get update
apt-get install -y vim wget net-tools locales bzip2 wmctrl
apt-get install -y vim wget net-tools locales bzip2 wmctrl software-properties-common
apt-get clean -y
#update mesa to latest
add-apt-repository ppa:kisak/kisak-mesa
apt full-upgrade -y
echo "generate locales für en_US.UTF-8"
locale-gen en_US.UTF-8
fi