diff options
-rw-r--r-- | app.yml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |