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 \