2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

build-package: surpress zstd info; only print info when errors happen

This commit is contained in:
Christopher Roy Bratusek 2020-10-11 21:08:47 +02:00
parent c0950f525d
commit c64f9815cf

View File

@ -31,7 +31,7 @@ done
zstd_apk () {
[ -f "${1}" ] && \
zstd -1f --rm "${1}" || \
zstd -1fq --rm "${1}" || \
echo "error downloading ${1}"
}