Update lib.sh

pull/109/head
midoks 3 years ago
parent be21271c53
commit 56aa24b686
  1. 2
      scripts/lib.sh

@ -34,7 +34,7 @@ Install_Libzip()
if [ ! -d ${libPath}/libzip ];then if [ ! -d ${libPath}/libzip ];then
cd ${sourcePath} cd ${sourcePath}
if [ ! -f ${sourcePath}/libzip-1.3.2.tar.gz ];then 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 fi
tar -zxf libzip-1.3.2.tar.gz tar -zxf libzip-1.3.2.tar.gz
cd libzip-1.3.2 cd libzip-1.3.2

Loading…
Cancel
Save