Better installation script.

master
Alexander Harkness 2014-12-23 11:54:09 +00:00
parent 9693251da4
commit fc21b1cc10
1 changed files with 3 additions and 5 deletions

View File

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