Skip to content

Commit

Permalink
fix: Remove container policy prior to ublue-os-signing install
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 8, 2024
1 parent 1298125 commit d4d752e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ curl -Lo /tmp/rpm-repos/rpmfusion-nonfree-release-"${RELEASE}".noarch.rpm "${RPM
curl -Lo /etc/yum.repos.d/_copr_ublue-os_staging.repo https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-"${RELEASE}"/ublue-os-staging-fedora-"${RELEASE}".repo
curl -Lo /etc/yum.repos.d/_copr_kylegospo_oversteer.repo https://copr.fedorainfracloud.org/coprs/kylegospo/oversteer/repo/fedora-"${RELEASE}"/kylegospo-oversteer-fedora-"${RELEASE}".repo

# Remove existing container policy provided by containers-common, file from ublue-os-signing will replace it
rm -f /etc/containers/policy.json

rpm-ostree install \
/tmp/rpms/*.rpm \
/tmp/rpm-repos/*.rpm \
Expand Down

0 comments on commit d4d752e

Please sign in to comment.