Skip to content

Commit

Permalink
fix: Remove no longer needed rpm-ostree override (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Sep 22, 2024
1 parent 39bd13d commit da4f78f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ if [[ "${FEDORA_MAJOR_VERSION}" -ge 39 ]]; then
sed -i '0,/enabled=0/{s/enabled=0/enabled=1\npriority=110/}' /etc/yum.repos.d/rpmfusion-*-updates-testing.repo
fi

# Temporary fix for an upstream issue
# https://github.com/coreos/rpm-ostree/issues/5048
if [[ "${FEDORA_MAJOR_VERSION}" -eq 40 ]]; then
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:ublue-os:staging \
rpm-ostree \
rpm-ostree-libs
fi

# after F41 launches, bump to 42
if [[ "${FEDORA_MAJOR_VERSION}" -ge 41 ]]; then
# note: this is done before single mirror hack to ensure this persists in image and is not reset
Expand Down

0 comments on commit da4f78f

Please sign in to comment.