Add zstd
This commit is contained in:
parent
49f13e7b4d
commit
a54af76a08
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue