sixfab / Sixfab_PPP_Installer

Repository of Sixfab PPP Installer Tool
MIT License
33 stars 35 forks source link

reconnect service depends on gpio command #10

Closed PhirePhly closed 3 years ago

PhirePhly commented 5 years ago

The reconnect service depends on the gpio command to turn on the IoT hat, but the gpio command is provided by the wiringpi package, which is not installed on raspbian lite OS images. I'd suggest considering installing wiringpi in the install.sh script along with the ppp package on line 79

saeedjohar commented 5 years ago

Thanks for mentioning the solution.