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)