Skip to content

Commit

Permalink
Revert "fix: Don't disable rpmfusion after installation (#112)"
Browse files Browse the repository at this point in the history
This reverts commit 8405dc4.
  • Loading branch information
castrojo committed Jun 4, 2023
1 parent 8405dc4 commit fc86fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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 fc86fde

Please sign in to comment.