Skip to content

Commit

Permalink
fix(bluefin): remove mutter patch on 40 (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Apr 27, 2024
1 parent 19bf8f7 commit 881a830
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions build_files/base/copr-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ if [ "${FEDORA_MAJOR_VERSION}" -eq "40" ]; then
vte291 \
vte-profile
rpm-ostree install ptyxis
if [[ "${BASE_IMAGE_NAME}" =~ "silverblue" ]]; then
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:ublue-os:staging \
mutter
fi
# This has been quite broken
# if [[ "${BASE_IMAGE_NAME}" =~ "silverblue" ]]; then
# rpm-ostree override replace \
# --experimental \
# --from repo=copr:copr.fedorainfracloud.org:ublue-os:staging \
# mutter
# fi
fi

# Add Nerd Fonts
Expand Down

0 comments on commit 881a830

Please sign in to comment.