Merge branch 'master' of https://git.johnhgaunt.com/jgaunt/homelab-scripts
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION="450.80.02"
|
VERSION="460.80"
|
||||||
FILENAME="NVIDIA-Linux-x86_64-${VERSION}.run"
|
FILENAME="NVIDIA-Linux-x86_64-${VERSION}.run"
|
||||||
URL="https://us.download.nvidia.com/XFree86/Linux-x86_64/${VERSION}/${FILENAME}"
|
URL="https://us.download.nvidia.com/XFree86/Linux-x86_64/${VERSION}/${FILENAME}"
|
||||||
NVIDIA_FOLDER_LOCATION="/opt/nvidia"
|
NVIDIA_FOLDER_LOCATION="/opt/nvidia"
|
||||||
@@ -29,7 +29,7 @@ fi
|
|||||||
|
|
||||||
# After install Patch the driver
|
# After install Patch the driver
|
||||||
cd $(dirname ${PATCH_LOCATION})
|
cd $(dirname ${PATCH_LOCATION})
|
||||||
# pull latest fit
|
# pull latest git
|
||||||
git pull --quiet
|
git pull --quiet
|
||||||
# ensure patch can run
|
# ensure patch can run
|
||||||
chmod +x ${PATCH_LOCATION}
|
chmod +x ${PATCH_LOCATION}
|
||||||
|
|||||||
Reference in New Issue
Block a user