From 8405dc42be847b4a75434725066715553fa13ee3 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Sat, 3 Jun 2023 20:55:33 -0600 Subject: [PATCH] fix: Don't disable rpmfusion after installation (#112) Match the behaviour of: https://github.com/ublue-os/main --- post-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index 632ab79..3b88cd7 100755 --- a/post-install.sh +++ b/post-install.sh @@ -6,7 +6,6 @@ mv /etc/nvidia-container-runtime/config.toml{,.orig} cp /etc/nvidia-container-runtime/config{-rootless,}.toml semodule --verbose --install /usr/share/selinux/packages/nvidia-container.pp -sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/rpmfusion-{,non}free{,-updates}.repo ln -s /usr/bin/ld.bfd /etc/alternatives/ld ln -s /etc/alternatives/ld /usr/bin/ld