Update lib.sh

This commit is contained in:
midoks 2021-12-10 05:23:43 +08:00
parent be21271c53
commit 56aa24b686
1 changed files with 1 additions and 1 deletions

View File

@ -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