zerotier-install
No OneTemporary

File Metadata

Created
Tue, Aug 25, 6:02 AM

zerotier-install

#!/bin/sh
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

Event Timeline