From 2c03b2b57eb1ed1189becc123e7ca8e127f06cff Mon Sep 17 00:00:00 2001 From: RP1 Date: Sat, 11 Jan 2025 14:01:52 +0100 Subject: [PATCH] steam fix --- 3progs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3progs.sh b/3progs.sh index e1b3630..0c36747 100755 --- a/3progs.sh +++ b/3progs.sh @@ -123,9 +123,9 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then echo Installing ${bold}${yellow}Steam Launcher${normal} if [[ $nVidia -gt 0 ]]; then - sudo pacman -S steam nvidia-utils lib32-nvidia-utils --noconfirm + sudo pacman -S steam-native-runtime --noconfirm else - sudo pacman -S steam vulkan-radeon lib32-vulkan-radeon --noconfirm + sudo pacman -S steam-native-runtime amdvlk lib32-amdvlk --noconfirm fi sudo chmod +x update-proton-ge ./update-proton-ge