diff --git a/installer b/installer index a1fc1cd..87a0748 100755 --- a/installer +++ b/installer @@ -1898,7 +1898,7 @@ install_user() { local i=0 local groups='video,log,rfkill,wheel' - [[ -e $MNT/etc/X11/xorg.conf.d/20-nvida.conf && -e $MNT/usr/bin/optirun ]] && groups+=',bumblebee' + [[ -e $MNT/etc/X11/xorg.conf.d/20-nvidia.conf && -e $MNT/usr/bin/optirun ]] && groups+=',bumblebee' rm -f "$MNT/root/.zlogin" # remove welcome message @@ -2275,7 +2275,7 @@ install_tearfree() echo "NVIDIA driver installed" echo "To enable driver vsync:" echo -e "\trun nvidia-settings (as root) on first boot\n\tenable 'ForceFullCompositionPipeline' under the advanced settings" - echo -e "\tlastly save the change to your nvida xorg config /etc/X11/xorg.conf.d/20-nvidia.conf" + echo -e "\tlastly save the change to your nvidia xorg config /etc/X11/xorg.conf.d/20-nvidia.conf" echo -e "\tand remove everything but the Device and Screen sections from the file" else echo "Unable to install nvidia driver"