zerotier / install.zerotier.com

Source for https://install.zerotier.com curl|bash installer
https://install.zerotier.com
BSD 3-Clause "New" or "Revised" License
58 stars 41 forks source link

Installer Doesn’t Work on EndeavourOS #22

Closed ryleu closed 1 month ago

ryleu commented 2 years ago

Required

ZeroTier should install.

The installer fails because of an unrecognized distro.

Install EndeavourOS. Try to install ZeroTier. Notice the error.

It’s a fairly straightforward issue, so these shouldn’t be necessary.

Additional information

Desktop (please complete the following information):

Additional context

Yes, but for an unrelated issue. ZeroTier actually works fine on EndeavourOS, the installer just isn’t able to detect it as an arch-based distro. I would recommend getting ZeroTier on Flatpak, AUR, Snap, or literally anything other than the installer, but I know that this is difficult.

If you just cat /etc/lsb-release, you can grep for EndeavourOS. I don’t think you need to set up any automatic updates, unless you want to do that on AUR (which I would recommend).

laduke commented 2 years ago

zerotier is in the arch community repo. Does endeavour not use that?

pacman -Ss zerotier-one
community/zerotier-one 1.6.6-1 [installed: 1.6.5-1]
ryleu commented 2 years ago

zerotier is in the arch community repo. Does endeavour not use that?


pacman -Ss zerotier-one

community/zerotier-one 1.6.6-1 [installed: 1.6.5-1]

I'm such an idiot. Let me guess. There are instructions on the website, aren't there?

ryleu commented 2 years ago

The installer should just run sudo pacman -Sy zerotier-one if it detects an Arch distro.