summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/app.yml b/app.yml
index 44edf0852..b8a2ff7a1 100644
--- a/app.yml
+++ b/app.yml
@@ -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