steam fix

This commit is contained in:
RP1 2025-01-11 14:03:55 +01:00
parent 583f6da0e4
commit d459a7b70c

View file

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