From dd39bf1743c454e074e6c50cf440836cd4ea9c02 Mon Sep 17 00:00:00 2001 From: Alessandro Pirastru Date: Sat, 26 Apr 2025 00:01:27 +0200 Subject: [PATCH] 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 --- docs/static/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/static/install.sh b/docs/static/install.sh index a694dea7..8fc8f465 100755 --- a/docs/static/install.sh +++ b/docs/static/install.sh @@ -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. |"