SoaS Blueberry Instructions: Difference between revisions
Interested (talk | contribs) |
Interested (talk | contribs) |
||
| Line 78: | Line 78: | ||
'''To download Sugar on a Stick''' | '''To download Sugar on a Stick''' | ||
*Download the liveUSB image http://download.sugarlabs.org/soas/releases/soas-2-blueberry.iso | *Download the liveUSB image http://download.sugarlabs.org/soas/releases/soas-2-blueberry.iso | ||
* Verify the file was downloaded properly | * Verify the file was downloaded properly ''by calculating its SHA-1 checksum:''<br>Open the Terminal Utility and type the following code into the Terminal Window. Press the return key to run the command. | ||
**Mac OS version ≥10.6 <code> | <!-- "md5" will work too, but creates a different checksum e.g. ''$ md5 /Downloads/soas-2-blueberry.iso'' --> | ||
** Mac OS version ≤10.5 <code> | **Mac OS version ≥10.6$ <code> shasum ~/Downloads/soas-2-blueberry.iso</code> | ||
** Mac OS version ≤10.5$ <code> openssl sha1 ~/Downloads/soas-2-blueberry.iso</code> | |||
** Compare the result to the string shown here.<br> 8022b68433295f12fbfffa66bf49205851a6a1e0 | ** Compare the result to the string shown here.<br> 8022b68433295f12fbfffa66bf49205851a6a1e0 | ||