This commit is contained in:
2021-05-23 12:30:37 -04:00

View File

@@ -1,6 +1,6 @@
#!/bin/bash
VERSION="450.80.02"
VERSION="460.80"
FILENAME="NVIDIA-Linux-x86_64-${VERSION}.run"
URL="https://us.download.nvidia.com/XFree86/Linux-x86_64/${VERSION}/${FILENAME}"
NVIDIA_FOLDER_LOCATION="/opt/nvidia"
@@ -29,7 +29,7 @@ fi
# After install Patch the driver
cd $(dirname ${PATCH_LOCATION})
# pull latest fit
# pull latest git
git pull --quiet
# ensure patch can run
chmod +x ${PATCH_LOCATION}