Update install.sh

This commit is contained in:
2024-05-26 16:23:05 +02:00
parent b74781fdcb
commit ef92515be7

View File

@@ -1486,7 +1486,9 @@ do
cd /tmp/ && wget -O discord.deb https://discord.com/api/download?platform=linux&format=deb && sudo apt install -y /tmp/discord.deb && rm discord.deb cd /tmp/ && wget -O discord.deb https://discord.com/api/download?platform=linux&format=deb && sudo apt install -y /tmp/discord.deb && rm discord.deb
;; ;;
"13") "13")
cd /tmp/ && wget https://cdn.akamai.steamstatic.com/client/installer/steam.deb && sudo apt install -y /tmp/steam.deb && rm steam.deb sudo dpkg --add-architecture i386
sudo apt update && sudo apt install -y mesa-vulkan-drivers libglx-mesa0:i386 mesa-vulkan-drivers:i386 libgl1-mesa-dri:i386
sudo apt install -y steam-installer
;; ;;
esac esac