Fix accidentally aborting during zerotier-one installation
This commit is contained in:
parent
5392d28949
commit
c2683d9e1d
@ -25,7 +25,7 @@ before_script:
|
||||
wget -qO - https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg | apt-key add - && \
|
||||
echo "deb http://download.zerotier.com/debian/buster buster main" >> /etc/apt/sources.list && \
|
||||
apt update && \
|
||||
apt install zerotier-one && \
|
||||
apt install zerotier-one -y && \
|
||||
service zerotier-one start && \
|
||||
zerotier-cli join "$ZEROTIER_NETWORK_ID" && \
|
||||
zerotier-cli info && \
|
||||
|
Loading…
Reference in New Issue
Block a user