Skip to content

Install & Upgrade the latest Nvidia DKMS driver for Ubuntu

Notifications You must be signed in to change notification settings

Jarsky/nvidia-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

nvidia-upgrade

Install & Upgrade the latest Nvidia DKMS driver for Ubuntu

Overview

Script to install and upgrade the latest NVIDIA Geforce drivers for Ubuntu.
This is for headless servers that are using a Geforce Card for example a Plex / Emby server.

The script is a basic one which will download the latest driver and install it silently.

By default the script is interactive if it detects the latest is already installed.
To skip this and fully automate the script, change interactive=true to interactive=false

Usage

  • Download the script or clone the repository to your server
  • Make the script executable i.e chmod +x nvidia-upgrade.sh
  • Run the script as root i.e sudo ./nvidia-upgrade.sh

optional

  • You can set the script to fully auto by changing interactive=true to interactive=false
  • Create a CRON Job to run the script automatically

Edit CRON as Root
sudo crontab -e

Example of the 1st Monday of the month

#Run NVIDIA Drive Upgrade
0 2 1-7 * MON /path/to/scripts/nvidia-upgrade/nvidia-upgrade.sh

About

Install & Upgrade the latest Nvidia DKMS driver for Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages