From: Martin Pitt <martin@piware.de>
Date: Sat, 3 Sep 2022 07:47:38 +0000 (+0200)
Subject: build-cockpit-toolbox: Install man, fd, and ripgrep
X-Git-Url: https://piware.de/gitweb/?a=commitdiff_plain;h=14151b87aafb3f821f2eb160695cb48597963af4;p=bin.git

build-cockpit-toolbox: Install man, fd, and ripgrep
---

diff --git a/build-cockpit-toolbox b/build-cockpit-toolbox
index c630050..3b0ae86 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 gh \
+sudo dnf install -y ansible man-db man-pages moreutils fd-find ripgrep gh \
     python3-boto python3-boto3 python3-openstacksdk libnotify \
     pandoc texlive-ec texlive-pdfjam texlive-beamer \
     /usr/bin/scanimage /usr/bin/pngquant /usr/bin/convert \