This is a simple Bash script that helps users quickly install NVIDIA drivers based on their Linux distribution.
Debian β
Arch Linux β
Ubuntu β
Clone or Download :
git clone https://github.com/DaddyMohandes/nvidia-driver-installer.git
Make the script executable:
chmod +x nvidia-installer.sh
Run the script:
./nvidia-installer.sh
optional ( Not recommended, Made with Python for exercise ) :
python3 nvidia.py
Bash or zsh Shell
Root privileges (sudo)
Internet connection
If you want to use the version written in Python, install Python too. ( Not recommended )
