资源 Zerotier-CLI加速安装分享

frankniubi

大佬在此
管理成员
Linux (DEB/RPM)
以下为官方版本代码:
If you’re willing to rely on SSL to authenticate the site, a one line install can be done with:
curl -s https://install.zerotier.com | sudo bash
If you have GPG installed, a more secure option is available:
curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg' | gpg --import && \
if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi

After using the script, use apt or yum to manage future updates to zerotier-one

以下为McBar优化版本代码:
curl -s https://source.mcbar.cc/zerotier.sh | sudo bash
 
顶部