Fix package manager commands in release build script

This commit is contained in:
mr. M
2025-01-14 18:59:19 +01:00
parent 818100e3d8
commit dd5461273c

View File

@@ -4,8 +4,7 @@ set -xe
if command -v apt-get &> /dev/null; then
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade
sudo apt-get update
sudo apt-get install -y xvfb libnvidia-egl-wayland1 mesa-utils libgl1-mesa-dri
fi