From d61e51be6f79b157e97f59b31edf58b114e755d1 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 5 Jun 2022 16:58:16 +0200 Subject: [PATCH 1/1] build-cockpit-toolbox: Replace gh with Fedora package --- build-cockpit-toolbox | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-cockpit-toolbox b/build-cockpit-toolbox index 98b6958..d8ac387 100755 --- a/build-cockpit-toolbox +++ b/build-cockpit-toolbox @@ -16,7 +16,7 @@ sudo hostname -F /etc/hostname # enable manpages sudo sed -i s/nodocs// /etc/dnf/dnf.conf -sudo dnf install -y ansible man-pages moreutils \ +sudo dnf install -y ansible man-pages moreutils gh \ python3-boto python3-boto3 libnotify \ pandoc texlive-ec texlive-pdfjam texlive-beamer \ /usr/bin/scanimage /usr/bin/pngquant /usr/bin/convert \ @@ -26,6 +26,4 @@ sudo dnf install -y ansible man-pages moreutils \ # debugging cockpit crashes sudo dnf debuginfo-install -y glib2 glibc libssh gnutls - -type gh >/dev/null 2>&1 || sudo dnf install -y $(curl -s https://api.github.com/repos/cli/cli/releases/latest | grep -o https:.*_linux_amd64.rpm) ' -- 2.39.2