2 Commits

Author SHA1 Message Date
bdb1847982 chore(release): v0.4.0 (#8)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore(release): 0.4.0

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: https://git.front.kjuulh.io/kjuulh/clank-node/pulls/8
2024-11-30 11:55:11 +01:00
055fdb2282 feat: install churn
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-30 11:54:38 +01:00
2 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.4.0] - 2024-11-30
### Added
- install churn
## [0.3.0] - 2024-11-30 ## [0.3.0] - 2024-11-30
### Added ### Added

View File

@@ -4,5 +4,7 @@ runcmd:
- apt install -y qemu-guest-agent neovim ranger - apt install -y qemu-guest-agent neovim ranger
- systemctl start qemu-guest-agent - systemctl start qemu-guest-agent
- systemctl enable --now sshd - systemctl enable --now sshd
- curl https://git.front.kjuulh.io/kjuulh/churn-v2/raw/branch/main/install.sh | bash
fqdn: ${hostname}.${domain} fqdn: ${hostname}.${domain}