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