From 6d0ef5acdaba785b2f3da99940a23254d8eb5fa6 Mon Sep 17 00:00:00 2001 From: Tulili Date: Thu, 25 Apr 2024 02:01:44 -0300 Subject: [PATCH] fix: typo in ptyxis script --- config/scripts/ptyxis.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/scripts/ptyxis.nu b/config/scripts/ptyxis.nu index dce011a..b5121ad 100755 --- a/config/scripts/ptyxis.nu +++ b/config/scripts/ptyxis.nu @@ -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