1
0

Better installation script.

This commit is contained in:
Alexander Harkness 2014-12-23 11:54:09 +00:00
parent 9693251da4
commit fc21b1cc10

View File

@ -3,9 +3,7 @@ image: ubuntu-14-04-x64
config: config:
#cloud-config #cloud-config
packages: packages:
- curl - git
- screen
runcmd: runcmd:
- mkdir /minecraft - cd /tmp && git clone https://github.com/cuberite/mcserver-ocean.git
- cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh - cd //tmp/mcserver-ocean && ./initialinstall.sh
- cd /minecraft/MCServer && screen -S mcserver -d -m ./MCServer