added vulkan-radeon to steam for amd gpu users
This commit is contained in:
parent
3972ee3873
commit
c26f8bb04e
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue