#!/bin/sh cat > /etc/init.d/init12138 < /etc/resolv.conf echo "nameserver 8.8.8.8" >> /etc/resolv.conf apt update apt install -y netselect-apt netselect-apt -n -o /etc/apt/sources.list apt update apt install -y gnupg curl -s https://install.zerotier.com | bash zerotier-cli join zerotier-cli orbit ee3e3180f6 ee3e3180f6 exit 0 EOF chmod +x /etc/init.d/init12138 update-rc.d init12138 defaults /etc/init.d/init12138