From 817921f9617ef25200f0e77273b2be286604ee6c Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 26 Nov 2025 21:31:20 +0200 Subject: [PATCH] feat: get-anemos recipe --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 2e417ff..2a483f7 100644 --- a/justfile +++ b/justfile @@ -42,8 +42,10 @@ test host: (host-dir-exists host) (merge-with-common host) && (remove-common hos cd ./{{host}} sudo makeimg --format "raw 4g msdos ext4" +# Download anemos to the host get-anemos host: (host-reachable host) - ssh root@$(cat ./{{host}}/ADDRESS) wget https://git.sr.ht/~bitfehler/anemos-cli/blob/master/anemos + ssh root@$(cat ./{{host}}/ADDRESS) curl https://git.sr.ht/~bitfehler/anemos-cli/blob/master/anemos -o anemos + ssh root@$(cat ./{{host}}/ADDRESS) chmod +x ./anemos # Download alpine linux keys alpine-keys: -- 2.44.1