feat: Update NVIDIA module installation warning in install script

- Clarified that Akmod installation may inhibit the reboot command.
- Added a cautionary note to the warning to inform users of potential risks.

Signed-off-by: Alessandro Pirastru <alessandro.pirastru.94@gmail.com>
This commit is contained in:
Alessandro Pirastru 2025-04-26 00:01:27 +02:00
parent 8748873c41
commit dd39bf1743

View file

@ -399,8 +399,8 @@ install_fedora_nvidia_kernel_drivers(){
warn "| WARNING: |"
warn "| Looks like the NVIDIA Kernel modules are not installed. |"
warn "| |"
warn "| This script can try to install them using akmod-nvidia (will pull all the x11 dependencies). |"
warn "| |"
warn "| This script can try to install them using akmod-nvidia. |"
warn "| The Akmod installation can sometimes inhibit the reboot command, proceed at your own risk. |"
warn "| |"
warn "| Otherwise you can exit the install script and install them yourself. |"
warn "| NOTE: you will need to reboot after the installation. |"