You are not logged in.

#1 2024-11-22 12:04:13

citizen
Member
From: Kalamata Greece
Registered: 2015-10-06
Posts: 13

Zerotier

Hello can you please guide me how to solve this?

running

 curl -s https://install.zerotier.com | sudo bash 

returns

KjzUutU.png

Offline

#2 2024-11-22 13:43:43

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,658

Re: Zerotier

Verify your architecture and distro you're running are supported.

Zerotier has a forum and mastodon. Did you search there?


You must unlearn what you have learned.
    -- yoda

Offline

#3 2024-11-22 17:56:25

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,746

Re: Zerotier

Installer script seems to be sourcing /etc/os-release where ID variable will be "bunsenlabs", instead of supported "debian". there is many ways to skin this cat/find a workaround/lie to the script/change script a bit, ect.

For example, changing line 287 of the installer to

if [ $ID == "debian" ] || [ $ID == "raspbian" ] || [ $ID == "bunsenlabs" ]; then

may just do the trick (haven't actually tested).

Offline

Board footer

Powered by FluxBB