Better installation script.
This commit is contained in:
parent
9693251da4
commit
fc21b1cc10
8
app.yml
8
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
|
||||
|
Loading…
Reference in New Issue
Block a user