From 1603570ba210344f3cc5cd1f22f2e04f30310efa Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Sun, 7 Dec 2025 19:08:35 +0000 Subject: [PATCH] Add help2man to the list of dependencies for Fedora --- native_bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/native_bootstrap.sh b/native_bootstrap.sh index 3c89dc87..bb868bd8 100755 --- a/native_bootstrap.sh +++ b/native_bootstrap.sh @@ -620,6 +620,7 @@ fedora() protobuf-compiler \ zstd \ lzip \ + help2man \ gdb ; do rpm -q $pkg > /dev/null || echo $pkg; done) # If the list of packages is not empty, install missing COUNT=$(echo $PKGS | wc -w)