diff --git a/README.md b/README.md index 6735e0f..a649819 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ sudo nano /etc/apt/sources.list - delete # on the lines with 'deb-src' - ensure to allow to install non-free drivers especially for users with NVIDIA gpus. You can also install non-free drivers if required. Edit install-scripts/nvidia.sh and change the nvidia stuff's if required +### 🔔 NOTICE TO UBUNTU USERS WITH NVIDIA ### +- you can use this installer. However, make sure to edit the install-scripts/nvidia.sh . Delete all packages in nvidia and uncomment/remove # before sudo ubuntu-drivers install. You also need to delete or simply just add # in the lines 43 and 44 echo "## for nvidia... and echo "deb ........... + ### 📷 Screenshots click to enlarge
diff --git a/install-scripts/nvidia.sh b/install-scripts/nvidia.sh index e01cb61..3ae41bc 100755 --- a/install-scripts/nvidia.sh +++ b/install-scripts/nvidia.sh @@ -9,6 +9,9 @@ nvidia_pkg=( nvidia-vaapi-driver ) +# for ubuntu-nvidia owners! just delete # +# sudo ubuntu-drivers install + ############## WARNING DO NOT EDIT BEYOND THIS LINE if you dont know what you are doing! ###################################### # Determine the directory where the script is located SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"