exaviorn / RasPiWrite

A Python Script that prepairs and installs a Raspberry Pi compatiable distro to an SD Card
exaviorn.com/raspiwrite
GNU General Public License v3.0
209 stars 130 forks source link

Fixing typos that prevent the script from running #59

Open gboudreau opened 11 years ago

gboudreau commented 11 years ago

You forgot a :, and indentation was wrong on two lines.

gboudreau commented 11 years ago

Also:

If the user downloads a .zip, and place it in another folder than the one from which he runs raspiwrite.py, the .img will be extracted in the current folder, but dd will try to use an img in the folder where the .zip is. Example:   cd ~   Downloads/raspiwrite.py     image location: ~/Documents/something.zip     unzip ~/Documents/something.zip # results in something.img in ~     dd ... in=~/Documents/something.img # fails