fixed the previous move
This commit is contained in:
parent
8c6c8af9f2
commit
5e106ddcef
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ Locale=$(echo $LANG)
|
|||
fi
|
||||
|
||||
# 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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue