Update install.sh

This commit is contained in:
Jake Jarvis 2020-10-10 11:27:43 -04:00 committed by GitHub
parent 9b46d993fb
commit f4a70c4657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,10 +79,13 @@ docker-credential-gcr configure-docker
#### pull OS container ####
docker pull gcr.io/jakejarvis/y2k:latest
#### enable & start service ####
#### enable services ####
cp $REPO_DIR/host/example.service /lib/systemd/system/y2k.service
systemctl daemon-reload
systemctl enable y2k
systemctl start y2k
systemctl enable cloudflared
systemctl start cloudflared
#### reboot ####
echo "Rebooting shortly..."
sleep 15
reboot 0