forked from RP1/RaveOS-arch
steam fix
This commit is contained in:
parent
583f6da0e4
commit
d459a7b70c
1 changed files with 2 additions and 6 deletions
|
@ -122,11 +122,7 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo Installing ${bold}${yellow}Steam Launcher${normal}
|
echo Installing ${bold}${yellow}Steam Launcher${normal}
|
||||||
|
|
||||||
if [[ $nVidia -gt 0 ]]; then
|
|
||||||
sudo pacman -S steam-native-runtime --noconfirm
|
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
|
sudo chmod +x update-proton-ge
|
||||||
./update-proton-ge
|
./update-proton-ge
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue