From: Martin Pitt Date: Sun, 5 Jun 2022 14:58:16 +0000 (+0200) Subject: build-cockpit-toolbox: Replace gh with Fedora package X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=d61e51be6f79b157e97f59b31edf58b114e755d1 build-cockpit-toolbox: Replace gh with Fedora package --- 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) '