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

Commit

Permalink
fix: OH MY GOD IT WAS JUST THIS
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Apr 18, 2024
1 parent 25661d3 commit 1092315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/scripts/ptyxis.nu
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
use lib/std.nu [ARCH]

let FEDORA_MAJOR_VERSION = (run-external --redirect-combine rpm '-E' '%fedora' | complete).stdout
const COPR_FILE = "/etc/yum.repos.d/_copr_kylegospo-prompt.repo"
const COPR_FILE = "/etc/yum.repos.d/_copr_ublue-os-staging.repo"

http get $"https://copr.fedorainfracloud.org/coprs/kylegospo/prompt/repo/fedora-($FEDORA_MAJOR_VERSION)/kylegospo-prompt-fedora-($FEDORA_MAJOR_VERSION).repo?arch=($ARCH)" | save -f $COPR_FILE
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 install ptyxis
Expand Down

0 comments on commit 1092315

Please sign in to comment.