diff --git a/native_bootstrap.sh b/native_bootstrap.sh index 0b348ce90..a8f166c86 100755 --- a/native_bootstrap.sh +++ b/native_bootstrap.sh @@ -619,6 +619,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)