steam fix
This commit is contained in:
parent
f5eb2e648d
commit
2c03b2b57e
1 changed files with 2 additions and 2 deletions
|
@ -123,9 +123,9 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then
|
|||
echo Installing ${bold}${yellow}Steam Launcher${normal}
|
||||
|
||||
if [[ $nVidia -gt 0 ]]; then
|
||||
sudo pacman -S steam nvidia-utils lib32-nvidia-utils --noconfirm
|
||||
sudo pacman -S steam-native-runtime --noconfirm
|
||||
else
|
||||
sudo pacman -S steam vulkan-radeon lib32-vulkan-radeon --noconfirm
|
||||
sudo pacman -S steam-native-runtime amdvlk lib32-amdvlk --noconfirm
|
||||
fi
|
||||
sudo chmod +x update-proton-ge
|
||||
./update-proton-ge
|
||||
|
|
Loading…
Reference in a new issue