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:
parent
c0950f525d
commit
c64f9815cf
@ -31,7 +31,7 @@ done
|
||||
|
||||
zstd_apk () {
|
||||
[ -f "${1}" ] && \
|
||||
zstd -1f --rm "${1}" || \
|
||||
zstd -1fq --rm "${1}" || \
|
||||
echo "error downloading ${1}"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user