From f5a53ce853ec0aaaa169b975b9eaec7c5107c496 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 7 Sep 2021 11:52:29 +0000 Subject: [PATCH] KASM-1896 update mesa to latest stable --- src/ubuntu/install/tools/install_tools.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ubuntu/install/tools/install_tools.sh b/src/ubuntu/install/tools/install_tools.sh index 17a8a27..074bc73 100644 --- a/src/ubuntu/install/tools/install_tools.sh +++ b/src/ubuntu/install/tools/install_tools.sh @@ -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