From c4f0c3fbac4228041f26f6784791efe746973567 Mon Sep 17 00:00:00 2001 From: alasky17 <40211296+alasky17@users.noreply.github.com> Date: Tue, 26 Mar 2019 10:22:54 -0500 Subject: [PATCH] changed nvidia driver requirement to 418 --- Requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Requirements.md b/Requirements.md index 55f1e23..860b624 100644 --- a/Requirements.md +++ b/Requirements.md @@ -12,7 +12,7 @@ Linux users with NVIDIA graphics cards should install the latest NVIDIA propriet ``` sudo add-apt-repository ppa:graphics-drivers/ppa -sudo apt install nvidia-driver-415 +sudo apt install nvidia-driver-418 ``` Provide your user password when requested and reboot after the last command completes to ensure the driver has updated correctly.