From d6389d4d8f749b7e3a524c689ed321c4a93d14eb Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 14 May 2019 16:46:26 +0300 Subject: [PATCH] linux: update guide to latest stable driver --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ec4e3c4..f78a605 100644 --- a/README.md +++ b/README.md @@ -54,19 +54,19 @@ DESCRIPTION ## Step-by-Step guide -Examples are provided for driver version 418.56. All commands are runned as root. +Examples are provided for driver version 430.14. All commands are runned as root. ### Download driver -[https://international.download.nvidia.com/XFree86/Linux-x86\_64/418.74/NVIDIA-Linux-x86\_64-418.74.run](https://international.download.nvidia.com/XFree86/Linux-x86_64/418.74/NVIDIA-Linux-x86_64-418.74.run) +[https://international.download.nvidia.com/XFree86/Linux-x86\_64/430.14/NVIDIA-Linux-x86\_64-430.14.run](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.14/NVIDIA-Linux-x86_64-430.14.run) ### Install driver ```bash mkdir /opt/nvidia && cd /opt/nvidia -wget https://international.download.nvidia.com/XFree86/Linux-x86_64/418.74/NVIDIA-Linux-x86_64-418.74.run -chmod +x ./NVIDIA-Linux-x86_64-418.74.run -./NVIDIA-Linux-x86_64-418.74.run +wget https://international.download.nvidia.com/XFree86/Linux-x86_64/430.14/NVIDIA-Linux-x86_64-430.14.run +chmod +x ./NVIDIA-Linux-x86_64-430.14.run +./NVIDIA-Linux-x86_64-430.14.run ``` ### Check driver