arpitjindal97 / raspbian-recipes

Raspberry networking made easy - Need Contributors
GNU General Public License v3.0
408 stars 165 forks source link

avahi-daemon needs to be run as root #58

Closed Herohtar closed 2 years ago

Herohtar commented 2 years ago

All the commands start with sudo, except this one: https://github.com/arpitjindal97/raspbian-recipes/blob/391efd676917d33939371b6305a5303e2200abac/wifi-to-eth-bridge.sh#L70

So if you run the script as a regular user, it gets to the very last command and then fails with an error message that it was intended to be run as root.