1
0

Files found.

This commit is contained in:
Alexander Harkness 2014-11-02 10:27:39 +00:00
parent cde5d51d18
commit e5a2b6d9d6

View File

@ -8,4 +8,4 @@ config:
runcmd:
- mkdir /minecraft
- cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh
- screen -S mcserver -d -m /minecraft/MCServer/MCServer
- screen -S mcserver -d -m 'cd /minecraft/MCServer && ./MCServer'