From 6316ffff2ebcb2cbbbdce8bc91aa79d79dbc26c9 Mon Sep 17 00:00:00 2001 From: Will Russell <35974491+Scotchman0@users.noreply.github.com> Date: Fri, 15 Nov 2019 11:31:26 -0500 Subject: [PATCH] Update NVIDIA_drivers.sh --- NVIDIA_drivers.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NVIDIA_drivers.sh b/NVIDIA_drivers.sh index ad1b691..7ca5ea6 100644 --- a/NVIDIA_drivers.sh +++ b/NVIDIA_drivers.sh @@ -1,9 +1,7 @@ #!/bin/bash #This script will add the Ubuntu-targeted NVIDIA drivers PPA, run an update -#And then install the recommended package for this machine. Could be -#Added to the the pre-stage scripts if applicable. -#Standalone installer for now +#And then install the recommended package for this machine. #Written by: William Russell for public use. #11/6/19