it doesn't install on Nobara Linux distro
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
@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
works perfectly on nobara
Please send a pull request if you'd like it included
@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
For me was on 314, but then what should I do? (sorry, not a linux expert :S )