From de72a051536677eb190a336fac71ac508bb15aad Mon Sep 17 00:00:00 2001 From: Lucius Hu Date: Tue, 10 Mar 2020 14:23:06 -0400 Subject: [PATCH] nvidia.rst: Remove `chmod +x` on installer (#1070) With `sudo sh NVIDIA-Linux-x86_64-.run`, we don't need to change its permission. This commit makes it a bit more convenient for users. --- source/tutorials/nvidia.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source/tutorials/nvidia.rst b/source/tutorials/nvidia.rst index 00933756..0f9d27fc 100644 --- a/source/tutorials/nvidia.rst +++ b/source/tutorials/nvidia.rst @@ -240,17 +240,12 @@ Install the NVIDIA drivers cd ~/Downloads/ -#. Make the :file:`NVIDIA-Linux-x86_64-.run` file executable. - - .. code-block:: bash - - chmod +x NVIDIA-Linux-x86_64-.run #. Run the installer with the advanced options below. .. code-block:: bash - sudo ./NVIDIA-Linux-x86_64-.run \ + sudo sh NVIDIA-Linux-x86_64-.run \ --utility-prefix=/opt/nvidia \ --opengl-prefix=/opt/nvidia \ --compat32-prefix=/opt/nvidia \