zerotier / install.zerotier.com

Source for https://install.zerotier.com curl|bash installer
https://install.zerotier.com
BSD 3-Clause "New" or "Revised" License
65 stars 47 forks source link

Support for Photon OS #55

Open axi92 opened 5 months ago

axi92 commented 5 months ago

Content of /etc/os-release

NAME="VMware Photon OS"
VERSION="5.0"
ID=photon
VERSION_ID=5.0
PRETTY_NAME="VMware Photon OS/Linux"
ANSI_COLOR="1;34"
HOME_URL="https://vmware.github.io/photon/"
BUG_REPORT_URL="https://github.com/vmware/photon/issues"

Photon os uses tdnf (yum) as package manager so it can handle rpm files.

That package works on Photon OS 5 https://download.zerotier.com/RELEASES/1.14.0/dist/redhat/el9/zerotier-one-1.14.0-1.el9.x86_64.rpm

glimberg commented 5 months ago

Going to have to ask for a PR on this one. You can try adding || [ $ID == "photon" ] towards the end of line 306 of install.sh.in and testing with bash ./install.sh.in to see if it works.

stanelie commented 1 month ago

+1 Fails on my old VCSA6.7 with error (Photon OS 1.0) Requires: libstdc++.so.6(GLIBCXX_3.4.26)(64bit) when installing the RPM with Yum

Edit : my old Photon required an old Zerotier install (https://download.zerotier.com/RELEASES/1.1.2/dist/zerotier-one-1.1.2-1.el6.x86_64.rpm)