### Description Fix and update the could init config to install an insecure LibreTime server.
11 lines
261 B
YAML
11 lines
261 B
YAML
#cloud-config
|
|
package_update: true
|
|
package_upgrade: true
|
|
packages:
|
|
- git
|
|
|
|
runcmd:
|
|
- git clone https://github.com/libretime/libretime /root/libretime
|
|
- cd /root/libretime
|
|
- HOME=/root bash install "http://$(ip route get 8.8.8.8 | awk '{print $7}'):8080"
|