Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typos that prevent the script from running #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fixing typos that prevent the script from running #59

wants to merge 2 commits into from

Conversation

gboudreau
Copy link

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

that prevent the script from running
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 # result is ~/Downloads/something.img
    dd ... in=~/Documents/something.img # fails
@gboudreau
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant