From 56aa24b686838f8bf18aaa71ac51181cd55cfc74 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 10 Dec 2021 05:23:43 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index e03502f1a..cc07f4c20 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -34,7 +34,7 @@ Install_Libzip() if [ ! -d ${libPath}/libzip ];then cd ${sourcePath} if [ ! -f ${sourcePath}/libzip-1.3.2.tar.gz ];then - wget -O libzip-1.3.2.tar.gz https://nih.at/libzip/libzip-1.3.2.tar.gz -T 20 + wget -O libzip-1.3.2.tar.gz --no-check-certificate https://nih.at/libzip/libzip-1.3.2.tar.gz -T 20 fi tar -zxf libzip-1.3.2.tar.gz cd libzip-1.3.2