From b4e2c3469ce2cd7ca564710b80bc369a16fd26db Mon Sep 17 00:00:00 2001 From: Will Russell <35974491+Scotchman0@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:34:48 -0400 Subject: [PATCH] Update NVIDIA_drivers.sh added a commented-out option on how to install the specific version build you'd like to run manually (helpful when you need to rollback or need to pass a specific version instead) --- NVIDIA_drivers.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NVIDIA_drivers.sh b/NVIDIA_drivers.sh index 8a79ab9..f26d3d1 100644 --- a/NVIDIA_drivers.sh +++ b/NVIDIA_drivers.sh @@ -14,8 +14,10 @@ clear sudo apt-get install ubuntu-drivers-common \ && sudo ubuntu-drivers autoinstall -#comment out the above if you want to modify the version you get and uncomment the below to select during install: -#install with sudo ubuntu-drivers install +#comment out the above if you want to modify the version you get and un-comment the below to select during install: +#sudo ubuntu drivers-devices #list the available builds +#sudo apt install -y ##example: sudo apt install nvidia-driver-470 -y + #sudo ubuntu-drivers devices