From cb3b6b1c9976efaca7bd42086687c0cdff487054 Mon Sep 17 00:00:00 2001 From: Will Russell <35974491+Scotchman0@users.noreply.github.com> Date: Tue, 7 Jun 2022 10:20:21 -0400 Subject: [PATCH] Update nvidia_driver_rhel --- nvidia_driver_rhel | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvidia_driver_rhel b/nvidia_driver_rhel index 44769be..64ffc24 100644 --- a/nvidia_driver_rhel +++ b/nvidia_driver_rhel @@ -1,10 +1,13 @@ #!/bin/bash # https://www.linuxcapable.com/how-to-install-the-latest-nvidia-graphic-drivers-on-fedora-35-gnome-41/ +# The link above is where these instructions were gathered from, the only thing that I am doing is automating it in a bash script +# For faster installation. echo "be sure you run this with sudo rights, will necessiate a reboot at the last step and will force updates to your operating system" echo "please review the code before proceeding - to uninstall these drivers when/if needed - you can run the following line" echo "$ sudo dnf autoremove akmod-nvidia xorg-x11-drv-nvidia-cuda -y" +echo "The Noveau drivers will be disabled when this script completes (and if you run the above line will be re-enabled automatically)" echo "press return to begin script" read dummyfile