mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-21 23:13:08 +01:00
Fix Mesa install for Kali
This commit is contained in:
parent
c185a94160
commit
49bca4c216
@ -12,10 +12,12 @@ else
|
||||
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
|
||||
|
||||
if [ "$DISTRO" = "ubuntu" ]; then
|
||||
#update mesa to latest
|
||||
add-apt-repository ppa:kisak/kisak-mesa
|
||||
apt full-upgrade -y
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user