Fix accidentally aborting during zerotier-one installation

This commit is contained in:
Salt 2021-07-31 20:38:26 -05:00
parent 5392d28949
commit c2683d9e1d

View File

@ -25,7 +25,7 @@ before_script:
wget -qO - https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg | apt-key add - && \ 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 && \ echo "deb http://download.zerotier.com/debian/buster buster main" >> /etc/apt/sources.list && \
apt update && \ apt update && \
apt install zerotier-one && \ apt install zerotier-one -y && \
service zerotier-one start && \ service zerotier-one start && \
zerotier-cli join "$ZEROTIER_NETWORK_ID" && \ zerotier-cli join "$ZEROTIER_NETWORK_ID" && \
zerotier-cli info && \ zerotier-cli info && \