diff --git a/01_download_factorytest.sh b/01_download_factorytest.sh index 15de1a5..3257668 100755 --- a/01_download_factorytest.sh +++ b/01_download_factorytest.sh @@ -8,7 +8,7 @@ for ext in bin bootloader.bin partitions.bin; do url="${baseurl}${ext}" echo "Downloading $url ..." - curl -L -o "$bindir/FactoryTest.ino.${ext}" "$url" + curl --ssl-no-revoke -L -o "$bindir/FactoryTest.ino.${ext}" "$url" if [ $? -ne 0 ]; then echo "Failed to download $url" exit 1 diff --git a/34_write_byhash.sh b/34_write_byhash.sh index ebf93e6..3ec995e 100755 --- a/34_write_byhash.sh +++ b/34_write_byhash.sh @@ -97,4 +97,4 @@ else echo "Flashing failed." exit 1 -fi \ No newline at end of file +fi