From ef92515be71964e8b5d287b77f553f469000f61d Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Sun, 26 May 2024 16:23:05 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5591390..3bc8eb1 100644 --- a/install.sh +++ b/install.sh @@ -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 ;; "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