1
0
Fork 0
forked from RP1/RaveOS-arch

fixed the previous move

This commit is contained in:
RP1 2024-12-29 21:25:15 +01:00
parent 8c6c8af9f2
commit 5e106ddcef

View file

@ -84,7 +84,7 @@ Locale=$(echo $LANG)
fi fi
# nVidia - Credit Lordify # nVidia - Credit Lordify
if [[ $nVidia -gt 0 && $cachy -gt 0 ]]; then if [[ $nVidia -gt 0 ]]; then
sudo pacman -S nvidia-dkms nvidia-utils nvidia-settings --noconfirm sudo pacman -S nvidia-dkms nvidia-utils nvidia-settings --noconfirm
fi fi