Fix Mesa install for Kali

This commit is contained in:
Matthew McClaskey 2021-09-10 15:01:11 +00:00
parent c185a94160
commit 49bca4c216

View File

@ -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