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 \ xdg-utils \
xxd \ xxd \
zip \ zip \
zstd \
" "
# Not availible for at least ARM hosts # Not availible for at least ARM hosts
case "$host_arch" in case "$host_arch" in
@ -579,7 +580,8 @@ fedora()
clang \ clang \
doxygen \ doxygen \
ant \ 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 # If the list of packages is not empty, install missing
COUNT=$(echo $PKGS | wc -w) COUNT=$(echo $PKGS | wc -w)
if [ $COUNT -ne 0 ]; then if [ $COUNT -ne 0 ]; then