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