mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
scripts/get: dont check for certificate
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c2096e7760
commit
2c5650dba4
@ -36,7 +36,7 @@ if [ -n "$PKG_URL" ]; then
|
|||||||
[ "$VERBOSE" != yes ] && WGET_OPT=-q
|
[ "$VERBOSE" != yes ] && WGET_OPT=-q
|
||||||
|
|
||||||
NBWGET=1
|
NBWGET=1
|
||||||
until [ -f $STAMP ] || wget --passive-ftp -c $WGET_OPT -P $SOURCES/$1 $i; do
|
until [ -f $STAMP ] || wget --passive-ftp --no-check-certificate -c $WGET_OPT -P $SOURCES/$1 $i; do
|
||||||
NBWGET=$(($NBWGET+1))
|
NBWGET=$(($NBWGET+1))
|
||||||
if [ $NBWGET -gt 10 ]; then
|
if [ $NBWGET -gt 10 ]; then
|
||||||
echo -e "\nCant't get $1 sources : $i\n Try later !!"
|
echo -e "\nCant't get $1 sources : $i\n Try later !!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user