2015-08-15 14:26:22 -04:00
|
|
|
name: Cuberite
|
2015-05-04 05:01:32 -04:00
|
|
|
image: ubuntu-15-04-x64
|
2014-11-01 10:51:02 -04:00
|
|
|
config:
|
|
|
|
#cloud-config
|
|
|
|
packages:
|
2014-12-23 06:54:09 -05:00
|
|
|
- git
|
2014-11-01 10:51:02 -04:00
|
|
|
runcmd:
|
2015-06-11 11:59:34 -04:00
|
|
|
- cd /tmp && git clone https://github.com/cuberite/cuberite-ocean.git
|
|
|
|
- cd /tmp/cuberite-ocean && ./initialinstall.sh
|