From df79b86a8e2953921555ae5a0b51fe79fba4418e Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Sat, 15 May 2021 19:03:39 -0400 Subject: [PATCH 1/2] updated driver version --- GauntPlexNvidia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GauntPlexNvidia.sh b/GauntPlexNvidia.sh index b3b4202..fe491a6 100644 --- a/GauntPlexNvidia.sh +++ b/GauntPlexNvidia.sh @@ -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" From 1adadbbb926e19f80a0db436fcb4d9a66cffe16f Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Sat, 15 May 2021 19:05:24 -0400 Subject: [PATCH 2/2] spellcheck --- GauntPlexNvidia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GauntPlexNvidia.sh b/GauntPlexNvidia.sh index fe491a6..62d23c3 100644 --- a/GauntPlexNvidia.sh +++ b/GauntPlexNvidia.sh @@ -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}