From ec14c9f59b624662333472a865050ce83faf46f1 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 9 Sep 2017 20:03:27 +0100 Subject: [PATCH] zip / unzip quiet --- scripts/lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib b/scripts/lib index a755824..d310d16 100755 --- a/scripts/lib +++ b/scripts/lib @@ -37,7 +37,7 @@ rm $LIB_DIR/sciter.zip echo "> Installing CSLs..." wget https://github.com/citation-style-language/styles-distribution/archive/master.zip -O $LIB_DIR/$CSL_DL -unzip $LIB_DIR/$CSL_DL -d $CSL_TEMP +unzip -q $LIB_DIR/$CSL_DL -d $CSL_TEMP cd $CSL_TEMP/styles-distribution-master && rm -rf dependent/ README.md renamed-styles.json && cd - -zip -jr $LIB_DIR/csl.zip $CSL_TEMP/styles-distribution-master +zip -jqr $LIB_DIR/csl.zip $CSL_TEMP/styles-distribution-master rm -rf $CSL_TEMP $LIB_DIR/$CSL_DL