From b69adc9c7d25182ea3e6cd6b254aa1c6cd8a2c45 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 5 Aug 2023 17:09:10 +0800 Subject: [PATCH] Update libzip.sh --- plugins/php/lib/libzip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/lib/libzip.sh b/plugins/php/lib/libzip.sh index 1e8027607..826e03f6a 100644 --- a/plugins/php/lib/libzip.sh +++ b/plugins/php/lib/libzip.sh @@ -24,7 +24,7 @@ if [ ! -d ${SERVER_ROOT}/libzip ];then cd $SOURCE_ROOT if [ ! -f ${SOURCE_ROOT}/libzip-1.3.2.tar.gz ];then - wget --no-check-certificate -O libzip-1.3.2.tar.gz --no-check-certificate https://libzip.org/download/libzip-1.3.2.tar.gz -T 20 + wget --no-check-certificate -O libzip-1.3.2.tar.gz https://libzip.org/download/libzip-1.3.2.tar.gz -T 20 fi tar -zxvf libzip-1.3.2.tar.gz