summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattmadeofpasta <mattmadeofpasta@mattmadeofpasta.me>2024-02-10 21:42:42 +0000
committermattmadeofpasta <mattmadeofpasta@mattmadeofpasta.me>2024-02-10 21:42:42 +0000
commita54af76a08814ad6877b955369acd8f51cae5bd5 (patch)
treed4b78d7fe908d03b5edb3621e12433c19e3927b1
parent49f13e7b4dafc366cdb35e72f6616290c8bd7f5e (diff)
Add zstd
-rwxr-xr-xbootstrap.sh4
1 files changed, 3 insertions, 1 deletions
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