hypriot / flash

Command line script to flash SD card images of any kind
MIT License
1k stars 176 forks source link

parse error #104

Closed khwerhahn closed 6 years ago

khwerhahn commented 6 years ago

I tried to install on mac by just copy & paste the following command: curl -O https://raw.githubusercontent.com/hypriot/flash/master/$(uname -s)/flash Result: screen shot 2017-09-20 at 19 55 24

firecyberice commented 6 years ago

You have escaped the ( in your screenshot. You used $\(uname -s) instead of $(uname -s).