From 583f6da0e456beae0f2ba303bf30db1297d0db7e Mon Sep 17 00:00:00 2001 From: RP1 Date: Sat, 11 Jan 2025 14:02:24 +0100 Subject: [PATCH] steam fix --- 3progs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3progs.sh b/3progs.sh index 0c36747..a2adb93 100755 --- a/3progs.sh +++ b/3progs.sh @@ -125,7 +125,7 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then if [[ $nVidia -gt 0 ]]; then sudo pacman -S steam-native-runtime --noconfirm else - sudo pacman -S steam-native-runtime amdvlk lib32-amdvlk --noconfirm + sudo pacman -S steam-native-runtime amdvlk lib32-amdvlk --noconfirm fi sudo chmod +x update-proton-ge ./update-proton-ge