Skip to content

Commit

Permalink
🚨 🐛 Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKropp committed Jan 6, 2025
1 parent 3f92b64 commit 7ca132e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ check_nvidia_driver_debian() {
# Function to install NVIDIA driver on Debian 12
nvidia_install_debian() {
# Install necessary packages
apt install -y linux-headers-$(uname -r) build-essential dkms
apt install -y "linux-headers-$(uname -r)" build-essential dkms

# Enable non-free repositories if not already enabled
if ! grep -q 'non-free' /etc/apt/sources.list; then
Expand Down

0 comments on commit 7ca132e

Please sign in to comment.