mirror of https://github.com/statping/statping
5 lines
292 B
Bash
5 lines
292 B
Bash
#!/usr/bin/env bash
|
|
cd /home/ubuntu
|
|
curl -o /home/ubuntu/startup.sh -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/hunterlong/statup/master/servers/startup.sh
|
|
chmod +x /home/ubuntu/startup.sh
|
|
LETSENCRYPT_HOST=$LETSENCRYPT_HOST LETSENCRYPT_EMAIL=$LETSENCRYPT_EMAIL ./startup.sh |