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

Cannot add Zerotier on Alpine Linux #64

Open cjydev opened 2 weeks ago

cjydev commented 2 weeks ago

Hello, When install Zerotier on Alpine machine using the script curl -s https://install.zerotier.com | sudo bash it returned error.

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

*** ZeroTier Service Quick Install for Unix-like Systems

*** Tested OSes / distributions:

MacOS (10.13+) (just installs ZeroTier One.pkg) Debian Linux (7+) RedHat/CentOS Linux (6+) Fedora Linux (16+) SuSE Linux (12+) Mint Linux (20+) *** Kali Linux (2024.1+)

Supported architectures vary by OS / distribution. We try to support every system architecture supported by the target.

Please report problems by opening a GitHub issue or Pull Request at: https://github.com/zerotier/install.zerotier.com *** Please include the content of /etc/os-release for your distribution.

*** Detecting Linux Distribution

*** Unknown or unsupported distribution! Aborting. CT158:~#

nano /etc/os-release NAME="Alpine Linux" ID=alpine VERSION_ID=3.19.1 PRETTY_NAME="Alpine Linux v3.19" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"

Anyone know what could help?