This commit is contained in:
mattmadeofpasta 2024-02-10 21:42:42 +00:00
parent 49f13e7b4d
commit a54af76a08
No known key found for this signature in database
GPG key ID: 020D6BD1B8975037

View file

@ -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