1
0

Added nohup.

This commit is contained in:
Alexander Harkness 2014-11-02 10:09:38 +00:00
parent 65b5ae0aa2
commit b9f467571c

View File

@ -4,6 +4,7 @@ config:
#cloud-config #cloud-config
packages: packages:
- curl - curl
- nohup
runcmd: runcmd:
- mkdir /minecraft - mkdir /minecraft
- cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh - cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh