Update cmurl.sh

This commit is contained in:
tianyu
2015-02-10 09:45:06 +08:00
parent 8b4655fe12
commit 7df4069002

View File

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