Skip to content

Commit

Permalink
fix: Don't disable rpmfusion after installation
Browse files Browse the repository at this point in the history
Match the behaviour of: https://github.com/ublue-os/main
  • Loading branch information
EyeCantCU committed Jun 2, 2023
1 parent f0b3f26 commit 5fd5cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5fd5cd6

Please sign in to comment.