Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: ptyxis does not need custom libadwaita version anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Apr 23, 2024
1 parent 2ed4301 commit 76db25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/ptyxis.nu
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const COPR_FILE = "/etc/yum.repos.d/_copr_ublue-os-staging.repo"

http get $"https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-($FEDORA_MAJOR_VERSION)/ublue-os-staging-fedora-($FEDORA_MAJOR_VERSION).repo?arch=($ARCH)" | save -f $COPR_FILE

rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:ublue-os:staging libadwaita gtk4 vte291 vte-profile
rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:ublue-os:staging vte291 vte-profile
rpm-ostree install ptyxis

rm -f $COPR_FILE

0 comments on commit 76db25e

Please sign in to comment.