blob: d46f2a5283ff9e37c2b52dd817c6b803c4e3d502 (
plain) (
tree)
|
|
name: MCServer
image: ubuntu-14-04-x64
config:
#cloud-config
packages:
- curl
- nohup
runcmd:
- mkdir /minecraft
- cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh
- nohup /minecraft/MCServer/MCServer &
|