From d459a7b70c045a0e47ffbfba8708944bdda82cc7 Mon Sep 17 00:00:00 2001 From: RP1 Date: Sat, 11 Jan 2025 14:03:55 +0100 Subject: [PATCH] steam fix --- 3progs.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 ---------------------------------------------