clank-node/files/cloud_init_deb12.cloud_config
kjuulh 055fdb2282
All checks were successful
continuous-integration/drone/push Build is passing
feat: install churn
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-30 11:54:38 +01:00

11 lines
273 B
Plaintext

#cloud-config
runcmd:
- apt update
- apt install -y qemu-guest-agent neovim ranger
- systemctl start qemu-guest-agent
- systemctl enable --now sshd
- curl https://git.front.kjuulh.io/kjuulh/churn-v2/raw/branch/main/install.sh | bash
fqdn: ${hostname}.${domain}