diff --git a/build_files/base/copr-repos.sh b/build_files/base/copr-repos.sh index c3c28bc355f..8cb108ba583 100644 --- a/build_files/base/copr-repos.sh +++ b/build_files/base/copr-repos.sh @@ -20,7 +20,7 @@ if [ ${FEDORA_MAJOR_VERSION} -eq "39" ]; then rpm-ostree install ptyxis fi -# 40 gets only Ptyxis +# 40 gets Ptyxis and patched Mutter if [ ${FEDORA_MAJOR_VERSION} -eq "40" ]; then rpm-ostree override replace \ --experimental \ @@ -28,7 +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 fi # Add Nerd Fonts -wget https://copr.fedorainfracloud.org/coprs/che/nerd-fonts/repo/fedora-"${FEDORA_MAJOR_VERSION}"/che-nerd-fonts-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo \ No newline at end of file +wget https://copr.fedorainfracloud.org/coprs/che/nerd-fonts/repo/fedora-"${FEDORA_MAJOR_VERSION}"/che-nerd-fonts-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo