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