From f307ccaf9871339b6242ead4e5245065a9c71d16 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Wed, 1 Jan 2025 19:04:05 -0300 Subject: [PATCH] fix: add gum to the build --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0213a32..4e20911 100755 --- a/build.sh +++ b/build.sh @@ -75,7 +75,7 @@ dnf config-manager --add-repo "https://repo.charm.sh/yum/" dnf config-manager --set-disabled repo.charm.sh_yum_ echo -e "gpgcheck=1\ngpgkey=https://repo.charm.sh/yum/gpg.key" | tee -a "/etc/yum.repos.d/repo.charm.sh_yum_.repo" dnf -y --enablerepo repo.charm.sh_yum_ install \ - glow + glow gum dnf config-manager --add-repo "https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/centos-stream-10/ublue-os-staging-centos-stream-10.repo" dnf config-manager --set-disabled copr:copr.fedorainfracloud.org:ublue-os:staging