mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-26 06:51:45 +02: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 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
|
||||||
|
|
||||||
|
if [ "$DISTRO" = "ubuntu" ]; then
|
||||||
|
#update mesa to latest
|
||||||
|
add-apt-repository ppa:kisak/kisak-mesa
|
||||||
|
apt full-upgrade -y
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user