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

Fix support for Amazon Linux 2 #44

Closed alexjurkiewicz closed 1 month ago

alexjurkiewicz commented 1 month ago

This was broken in 52115bbae37890305273f74c4117fecfacea7b83.

The specific details of how are fiddly to explain, and I'm not 100% sure I've diagnosed the broken commit or behaviour change.

However... in short the old behaviour was something like:

... else if -d /etc/yum.repos.d ; then (just put the ZT repo definition in there)

It was changed to

... else if a known Yum-based system, figure out what repo definition to put in /etc/yum.repos.d

And Amazon Linux 2 was left off the list of known Yum-based systems.

alexjurkiewicz commented 1 month ago

Thank you! It's this live already or when will it be live?

On Wed, 8 May 2024, 12:29 am Grant Limberg, @.***> wrote:

Merged #44 https://github.com/zerotier/install.zerotier.com/pull/44 into main.

— Reply to this email directly, view it on GitHub https://github.com/zerotier/install.zerotier.com/pull/44#event-12732284660, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC4U5IEZ5VUEVWEE2M7YF3ZBD6P5AVCNFSM6AAAAABHILZPD2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJSG4ZTEMRYGQ3DMMA . You are receiving this because you authored the thread.Message ID: @.***>

glimberg commented 1 month ago

it's already live