From a54af76a08814ad6877b955369acd8f51cae5bd5 Mon Sep 17 00:00:00 2001 From: mattmadeofpasta Date: Sat, 10 Feb 2024 21:42:42 +0000 Subject: [PATCH] Add zstd --- bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index d7d4cb2..31c95e1 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -449,6 +449,7 @@ ubuntu() xdg-utils \ xxd \ zip \ + zstd \ " # Not availible for at least ARM hosts case "$host_arch" in @@ -579,7 +580,8 @@ fedora() clang \ doxygen \ ant \ - protobuf-compiler ; do rpm -q $pkg > /dev/null || echo $pkg; done) + protobuf-compiler \ + zstd ; do rpm -q $pkg > /dev/null || echo $pkg; done) # If the list of packages is not empty, install missing COUNT=$(echo $PKGS | wc -w) if [ $COUNT -ne 0 ]; then