]> piware.de Git - bin.git/commitdiff
build-cockpit-toolbox: Replace gh with Fedora package
authorMartin Pitt <martin@piware.de>
Sun, 5 Jun 2022 14:58:16 +0000 (16:58 +0200)
committerMartin Pitt <martin@piware.de>
Sun, 5 Jun 2022 14:58:16 +0000 (16:58 +0200)
build-cockpit-toolbox

index 98b695801d3d7be139130174682d26d59a605d07..d8ac387e523d9ac6c5d09a609d5cd9868f947416 100755 (executable)
@@ -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)
 '