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