forked from RP1/RaveOS-arch
steam fix
This commit is contained in:
parent
2c03b2b57e
commit
583f6da0e4
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then
|
||||||
if [[ $nVidia -gt 0 ]]; then
|
if [[ $nVidia -gt 0 ]]; then
|
||||||
sudo pacman -S steam-native-runtime --noconfirm
|
sudo pacman -S steam-native-runtime --noconfirm
|
||||||
else
|
else
|
||||||
sudo pacman -S steam-native-runtime amdvlk lib32-amdvlk --noconfirm
|
sudo pacman -S steam-native-runtime amdvlk lib32-amdvlk --noconfirm
|
||||||
fi
|
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