tralph3 / ZeroTier-GUI

A Linux front-end for ZeroTier
GNU General Public License v3.0
211 stars 32 forks source link

Update INSTALL.sh #4

Closed gulliverrr closed 3 years ago

gulliverrr commented 3 years ago

There is no zerotier-gui file but zerotier-gui.py instead. Also not sure if the sudo chown root ... syntax is valid as root may not exist in all systems. Never seen this before.

tralph3 commented 3 years ago

Ah that's a mistake on my part. The install script is meant to be used with the compiled version (provided in the releases section). That one doesn't have a .py file, it's instead a compiled binary. I didn't realize I'd need to make a check for both of them.