TheSin- / rpi-img-builder

Scripts to create custom images for RaspberryPi
MIT License
107 stars 30 forks source link

Fix wifi-cfg call #31

Open sgallou opened 6 years ago

sgallou commented 6 years ago

Just a very small fix to the readme about the wifi-cfg call.

TheSin- commented 6 years ago

do you really need bash in there? can't just call sudo /usr/bin/wifi-cfg ?

sgallou commented 6 years ago

It tried it, but it doesn't work. I can not verify right now (I'm not at home), but I think script is not executable. And it's much easier to call it with bash instead of doing a chmod +x previously. But it's just my opinion.