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)
This commit is contained in:
Will Russell
2022-10-24 12:34:48 -04:00
committed by GitHub
parent 89cb78d1bd
commit b4e2c3469c

View File

@@ -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 <package version>
#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 <driver-version> -y ##example: sudo apt install nvidia-driver-470 -y
#sudo ubuntu-drivers devices