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

it doesn't install on Nobara Linux distro #59

Open LysttGod opened 1 month ago

LysttGod commented 1 month ago

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.

(My linux distro is nobara, i use the script on the official website, but doesn't work, idkw)

NAME="Nobara Linux" VERSION="39 (KDE Plasma)" ID=nobara ID_LIKE="rhel centos fedora" VERSION_ID=39 VERSION_CODENAME="" PLATFORM_ID="platform:f39" PRETTY_NAME="Nobara Linux 39 (KDE Plasma)" ANSI_COLOR="0;38;2;60;110;180" LOGO=nobara-logo-icon CPE_NAME="cpe:/o:nobaraproject:nobara:39" DEFAULT_HOSTNAME="nobara" HOME_URL="https://nobaraproject.org/" DOCUMENTATION_URL="https://www.nobaraproject.org/" SUPPORT_URL="https://www.nobaraproject.org/" BUG_REPORT_URL="https://gitlab.com/gloriouseggroll/nobara-images" REDHAT_BUGZILLA_PRODUCT="Nobara" REDHAT_BUGZILLA_PRODUCT_VERSION=39 REDHAT_SUPPORT_PRODUCT="Nobara" REDHAT_SUPPORT_PRODUCT_VERSION=39 SUPPORT_END=2025-05-13 VARIANT="KDE Plasma" VARIANT_ID=kde

realdtn2 commented 3 weeks ago

@LysttGod i downloaded the script and manually added nobara elif [ $ID == "centos" ] || [ $ID == "rocky" ] || [ $ID == "almalinux" ] || [ $ID == "rhel" ] || [ $ID == "fedora" ] || [ $ID == "amzn" ] || [ $ID == "sangoma" ] || [ $ID == "ol" ] || [ $ID == "nobara" ]; then

on line 312

realdtn2 commented 3 weeks ago

works perfectly on nobara

glimberg commented 3 weeks ago

Please send a pull request if you'd like it included