Changes

m
Line 77: Line 77:  
|valign=top|
 
|valign=top|
 
* Download the '''Sugar on a Stick v2 Blueberry''' liveUSB image from here: http://download.sugarlabs.org/soas/releases/soas-2-blueberry.iso
 
* Download the '''Sugar on a Stick v2 Blueberry''' liveUSB image from here: http://download.sugarlabs.org/soas/releases/soas-2-blueberry.iso
* Check if the entire file was downloaded properly by opening the Terminal application and using the '''shasum''' command on the downloaded file: <!-- "md5" will work too, e.g. ''$ md5 /Downloads/soas-2-blueberry.iso'' -->
+
* Check if the entire file was downloaded properly by opening the Terminal application and calculating the SHA-1 checksum of the downloaded file: <!-- "md5" will work too, but creates a different checksum  e.g. ''$ md5 /Downloads/soas-2-blueberry.iso'' -->
shasum ~/Downloads/soas-2-blueberry.iso
+
**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>
 
  8022b68433295f12fbfffa66bf49205851a6a1e0
 
  8022b68433295f12fbfffa66bf49205851a6a1e0
 
* Download our '''image-writer''' tool for Mac from here: http://download.sugarlabs.org/soas/releases/image-writer-mac
 
* Download our '''image-writer''' tool for Mac from here: http://download.sugarlabs.org/soas/releases/image-writer-mac
89

edits