diff --git a/native_bootstrap.sh b/native_bootstrap.sh index 2c8e164da..9d40a5c07 100755 --- a/native_bootstrap.sh +++ b/native_bootstrap.sh @@ -617,6 +617,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)