blob: 5e12ed9a3de27c62c421704a59d3f44342eb17e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
name: Cuberite
image: ubuntu-15-04-x64
config:
#cloud-config
packages:
- git
runcmd:
- cd /tmp && git clone https://github.com/cuberite/cuberite-ocean.git
- cd /tmp/cuberite-ocean && ./initialinstall.sh
|