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

ZeroTier installation script cleanup #9

Closed trobotham closed 2 years ago

trobotham commented 5 years ago

This cleans up the installation script, fixes whitespacing, removes legacy backticks, passes proper exit codes (1 or two were incorrect and were causing issues while checking proper install via automation) - resolves issue #8 , correctly hides package manager output and more!

trobotham commented 5 years ago

FWIW, I tested installation on CentOS 7, Fedora 29 and Debian 9 just to be sure that the script runs on common distros, this script also passes shellcheck with no fatal errors.

adamierymenko commented 5 years ago

Thanks! I will take a look.

Linux packaging be like this so therefore we have the necessary abomination that is curl|bash.

adamierymenko commented 2 years ago

Unfortunately outdated... :(