From 055fdb22827864f0a36df93c4b9bfe8f86c39b4e Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Nov 2024 11:54:31 +0100 Subject: [PATCH] feat: install churn Signed-off-by: kjuulh --- files/cloud_init_deb12.cloud_config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/cloud_init_deb12.cloud_config b/files/cloud_init_deb12.cloud_config index d05de20..470a4eb 100644 --- a/files/cloud_init_deb12.cloud_config +++ b/files/cloud_init_deb12.cloud_config @@ -4,5 +4,7 @@ runcmd: - 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}