From 7df406900279adea4bc04e47370c1d913240db0d Mon Sep 17 00:00:00 2001 From: tianyu Date: Tue, 10 Feb 2015 09:45:06 +0800 Subject: [PATCH] Update cmurl.sh --- net/cmurl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/cmurl.sh b/net/cmurl.sh index 05614ae..d91dd7e 100644 --- a/net/cmurl.sh +++ b/net/cmurl.sh @@ -43,7 +43,7 @@ wget $URL > $ZIP.wget.log 2>&1 md5sum $ZIP > $ZIP.md5 -$BYPY -v -s 10MB syncup . cyanogenmod +$BYPY -v --disable-ssl-check -s 10MB syncup . cyanogenmod if [ -f "$DIRECTORY/$ZIP" ];then rm "$DIRECTORY/$ZIP"