From 3dca2073ac5a50ad4a9eb7537e2fe284975e41e9 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 12 Jul 2019 16:31:38 +0200 Subject: [PATCH] Extract archive non verbose --- install-webp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-webp.sh b/install-webp.sh index d8ae110..aa6401e 100644 --- a/install-webp.sh +++ b/install-webp.sh @@ -9,7 +9,7 @@ rm -rf libwebp* # download and extract latest libwebp sources wget https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz -O libwebp.tar.gz -tar xvzf libwebp.tar.gz +tar xzf libwebp.tar.gz cd libwebp-* || exit # configure libwebp and launch compilation