mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-26 15:01:28 +02: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
|
rm wmctrl*.rpm
|
||||||
else
|
else
|
||||||
apt-get update
|
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
|
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"
|
echo "generate locales für en_US.UTF-8"
|
||||||
locale-gen en_US.UTF-8
|
locale-gen en_US.UTF-8
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user