Pass -q to unzip

This commit is contained in:
Fredrik Fornwall 2016-08-04 12:09:30 -04:00
parent 04c9591ade
commit 200e43d479

View File

@ -361,7 +361,7 @@ termux_step_extract_package () {
fi
rm -Rf $folder
if [ ${file##*.} = zip ]; then
unzip $file
unzip -q $file
else
$TERMUX_TAR xf $file
fi