[Blends-commit] [SCM] ezgo branch, master, updated. a4a96decbf531de965b2dc939848db89283d4655
Franklin
franklin at goodhorse.idv.tw
Sat Aug 20 15:42:37 UTC 2016
The following commit has been merged in the master branch:
commit 535f03721b9e25f26f27f29e9300852761c019c5
Author: Franklin <franklin at goodhorse.idv.tw>
Date: Wed Aug 17 22:10:08 2016 +0800
New phet version
diff --git a/debian/ezgo-phet.postinst b/debian/ezgo-phet.postinst
index 6650aee..81b6812 100644
--- a/debian/ezgo-phet.postinst
+++ b/debian/ezgo-phet.postinst
@@ -16,8 +16,8 @@ exit_with_error()
exit 1
}
-wget --continue -O $OUTPUT_FILE $PHET_URL || exit_with_error "Download phet file failed: $?"
-wget --continue -O $MD5_FILE $MD5_URL || exit_with_error "Download md5 file failed: $?"
+wget --continue -O ${OUTPUT_FILE} ${PHET_URL} || exit_with_error "Download phet file failed: $?"
+wget -O ${MD5_FILE} ${MD5_URL} || exit_with_error "Download md5 file failed: $?"
cd /usr/share/ezgo/ezgo-prt
md5sum -c $MD5_FILE || exit_with_error "md5 checksum error!"
--
Blend for educatipn with asian specific adaptations
More information about the Blends-commit
mailing list