1
0
Fork 0
forked from RP1/RaveOS-arch

removed cachy from elif segment

This commit is contained in:
RP1 2024-12-29 21:23:01 +01:00
parent 23382df3a2
commit 8c6c8af9f2

View file

@ -85,8 +85,6 @@ Locale=$(echo $LANG)
# nVidia - Credit Lordify # nVidia - Credit Lordify
if [[ $nVidia -gt 0 && $cachy -gt 0 ]]; then if [[ $nVidia -gt 0 && $cachy -gt 0 ]]; then
#sudo pacman -S linux-cachyos-nvidia --noconfirm
elif [[ $nVidia -gt 0 && $cachy -eq 0 ]]; then
sudo pacman -S nvidia-dkms nvidia-utils nvidia-settings --noconfirm sudo pacman -S nvidia-dkms nvidia-utils nvidia-settings --noconfirm
fi fi