ADSBexchange / feedclient

Feed ADS-B Exchange using an existing receiver running readsb / dump1090 / piaware / Raspbian / Linux
MIT License
73 stars 22 forks source link

update: use `useradd` as fallback #12

Open Frankkkkk opened 4 months ago

Frankkkkk commented 4 months ago

On some systems (arch), adduser doesn't exist and the install script fails. Fallback to useradd if the foremost doesn't exist.

I guess adduser could be removed and we don't create the home, etc., but I'm not a Debian expert.