From c26f8bb04e2efb9184948773d56ffae9e02e4806 Mon Sep 17 00:00:00 2001 From: RP1 Date: Mon, 17 Feb 2025 18:47:37 +0100 Subject: [PATCH] added vulkan-radeon to steam for amd gpu users --- 3progs.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/3progs.sh b/3progs.sh index 25a657b..7a8c749 100755 --- a/3progs.sh +++ b/3progs.sh @@ -156,7 +156,11 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then echo echo --------------------------------------------- echo Installing ${bold}${yellow}Steam Launcher${normal} - + + nVidia=$(lspci -P | grep "NVIDIA" -c) + if [[ $nVidia -eq 0 ]]; then + sudo pacman -S vulkan-radeon lib32-vulkan-radeon --noconfirm + fi sudo pacman -S steam-native-runtime --noconfirm sudo chmod +x update-proton-ge ./update-proton-ge