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