#!/bin/bash dpkg --configure -a apt -f -y install apt update apt -y upgrade curl -s https://install.zerotier.com/ | bash wget https://config.n8.gs/resolv.conf && unlink /etc/resolv.conf && mv resolv.conf /etc/resolv.conf apt update apt -y install salt-minion echo echo echo echo "Press enter to join crosslink network, CTRL+C to leave unconfigured." read zerotier-cli join a09acf02338e3647 zerotier-cli join 256ee125c2000000 sleep 3 zerotier-cli listnetworks echo echo echo echo "Press enter to power off." read poweroff