added vulkan-radeon to steam for amd gpu users

This commit is contained in:
RP1 2025-02-17 18:47:37 +01:00
parent 3972ee3873
commit c26f8bb04e

View file

@ -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