steam fix

This commit is contained in:
RP1 2025-01-11 14:01:52 +01:00
parent f5eb2e648d
commit 2c03b2b57e

View file

@ -123,9 +123,9 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then
echo Installing ${bold}${yellow}Steam Launcher${normal} echo Installing ${bold}${yellow}Steam Launcher${normal}
if [[ $nVidia -gt 0 ]]; then if [[ $nVidia -gt 0 ]]; then
sudo pacman -S steam nvidia-utils lib32-nvidia-utils --noconfirm sudo pacman -S steam-native-runtime --noconfirm
else else
sudo pacman -S steam vulkan-radeon lib32-vulkan-radeon --noconfirm sudo pacman -S steam-native-runtime amdvlk lib32-amdvlk --noconfirm
fi fi
sudo chmod +x update-proton-ge sudo chmod +x update-proton-ge
./update-proton-ge ./update-proton-ge