These bash scripts are intended for use with Debian Bookworm and an NVIDIA GPU. Please only use these scripts if you are using an NVIDIA GPU.
Important: You need to uninstall any previously installed NVIDIA drivers before using these scripts.
- nv_debian_upgrade_su.sh: Script with German texts (echoes).
- nv_debian_upgrade_su_eng.sh: Script with English texts (echoes).
- nv_debian_upgrade_sudo.sh: Script with German texts (echoes).
- nv_debian_upgrade_sudo_eng.sh: Script with English texts (echoes).
The script performs the following tasks:
- Adds
contrib
andnon-free
repositories to yoursources.list
. - Adds the Backports Repository (
bookworm-backports
). - Installs the latest backports kernel, kernel headers, DKMS, and firmware non-free.
- Pulls and installs the NVIDIA Keyring.
- Adds the NVIDIA Debian 12 Repository to
/etc/apt/sources.list.d/
. - Prompts you to choose between installing either the NVIDIA Open Driver or the CUDA Drivers (closed-source).
Please use at your own risk!
The best use case is for a fresh installation of Debian 12 with an NVIDIA GPU (which is not working properly, e.g., no boot to the desktop environment), and you want to install a more modern driver.
After pulling the repository, you need to make the scripts executable and you have to be in the directory of the pulled scripts on your machine:
chmod +x <scriptname.sh>
./scriptname.sh