mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-01-22 05:08:39 +01:00
KASM-1896 update mesa to latest stable
This commit is contained in:
parent
5f7fb8d3e2
commit
f5a53ce853
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user