hypriot / flash

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

flash is available through MacPorts #150

Closed jrjsmrtn closed 4 years ago

jrjsmrtn commented 5 years ago

flash is now available through MacPorts:

$ sudo port sync
$ sudo port install flash

The curl and pv dependencies are installed by default. awscli is not and can be installed through:

$ sudo port install py37-awscli
StefanScherer commented 5 years ago

Thank you for the contribution! That‘s a very easy way to install the tool.