You are not logged in.
Pages: 1
Hello can you please guide me how to solve this?
running
curl -s https://install.zerotier.com | sudo bash
returns
Offline
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
Online
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).
Online
Pages: 1