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

Commit

Permalink
fix: typo in ptyxis script
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Apr 25, 2024
1 parent f165cfa commit 6d0ef5a
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
@@ -1,8 +1,8 @@
#!/usr/bin/env -S nu
use lib/std.nu [get_arch, fedora_version, fetch_copr]
use lib/std.nu [get_arch, get_fedora_version, fetch_copr]

let ARCH = (get_arch)
let FEDORA_MAJOR_VERSION = (fedora_version)
let FEDORA_MAJOR_VERSION = (get_fedora_version)
let COPR_FILE = (fetch_copr https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-($FEDORA_MAJOR_VERSION)/ublue-os-staging-fedora-($FEDORA_MAJOR_VERSION).repo?arch=($ARCH))

rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:ublue-os:staging vte291 vte-profile
Expand Down

0 comments on commit 6d0ef5a

Please sign in to comment.