nvidia fix

This commit is contained in:
RP1 2025-01-05 18:58:13 +01:00
parent 0512865fe9
commit f9b60c01ae

View file

@ -87,7 +87,7 @@ Locale=$(echo $LANG)
echo "initrd /intel-ucode.img" | sudo tee -a /boot/loader/entries/*.conf echo "initrd /intel-ucode.img" | sudo tee -a /boot/loader/entries/*.conf
fi fi
# nVidia # nVidia - Credit to Lordify
if [[ $nVidia -gt 0 ]]; then if [[ $nVidia -gt 0 ]]; then
sudo pacman -S linux-zen linux-zen-headers --noconfirm # Make sure you have Zen kernel installed sudo pacman -S linux-zen linux-zen-headers --noconfirm # Make sure you have Zen kernel installed
sleep 1 sleep 1