Is your feature request related to a problem? Please describe:
I didn’t trust giving unknown to me 3rd party software elevated rights to copy your img onto an SD card
Describe the solution you'd like:
Include the simple dd command alternative to Etcher
Describe alternatives you've considered:
sudo dd if=Raspbian-Homebridge.img of=/dev/disk4 (where 4 is the appropriate device)
Additional context:
Agreed, I have to use elevated rights for block writes, but I trust dd already installed (on my MacOS). A one line alternative would help cautious users to adopt your great s/w.
Is your feature request related to a problem? Please describe:
I didn’t trust giving unknown to me 3rd party software elevated rights to copy your img onto an SD card
Describe the solution you'd like:
Include the simple dd command alternative to Etcher
Describe alternatives you've considered:
sudo dd if=Raspbian-Homebridge.img of=/dev/disk4 (where 4 is the appropriate device)
Additional context:
Agreed, I have to use elevated rights for block writes, but I trust dd already installed (on my MacOS). A one line alternative would help cautious users to adopt your great s/w.
It was a tedious Google search to find the alternative, I hope this feature rich request might help others. (Credit to https://www.reddit.com/r/homebridge/comments/dlct5d/homebridge_experience_with_raspberry_pi_zero_wh/ for the solution)