Skip to content

Commit

Permalink
fix: update gnome-vrr copr (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jul 8, 2024
1 parent ecd63cc commit 94a38ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build_files/base/copr-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ curl -Lo /etc/yum.repos.d/ublue-os-bling-fedora-"${FEDORA_MAJOR_VERSION}".repo h

# 39 Ptyxis
if [ "${FEDORA_MAJOR_VERSION}" -eq "39" ]; then
curl -Lo /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo https://copr.fedorainfracloud.org/coprs/kylegospo/gnome-vrr/repo/fedora-"${FEDORA_MAJOR_VERSION}"/kylegospo-gnome-vrr-fedora-"${FEDORA_MAJOR_VERSION}".repo
rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter mutter-common gnome-control-center gnome-control-center-filesystem
rm -f /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:ublue-os:staging \
gtk4 \
vte291 \
libadwaita
libadwaita \
mutter \
mutter-common \
gnome-control-center \
gnome-control-center-filesystem
rpm-ostree install ptyxis
fi

Expand Down

0 comments on commit 94a38ed

Please sign in to comment.