From 43d5ccfcdd7ac721d6cde6dadf900400fe65c00d Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:12:13 +0100 Subject: [PATCH] FIX: revert NVIDIA driver collisions commit --- build_files/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_files/build.sh b/build_files/build.sh index 9a18aaf..54bf020 100755 --- a/build_files/build.sh +++ b/build_files/build.sh @@ -22,7 +22,6 @@ rm /etc/yum.repos.d/vscode.repo # https://rpmfusion.org/Howto/NVIDIA # https://www.tecmint.com/install-nvidia-drivers-in-linux -dnf5 -y remove nvidia-gpu-firmware rocm-hip rocm-opencl rocm-clinfo rocm-smi dnf5 install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm dnf5 install -y kernel-devel kernel-headers gcc make dkms acpid libglvnd-glx libglvnd-opengl libglvnd-devel pkgconfig \