1 files changed, 3 insertions(+), 1 deletions(-)
M justfile
M justfile => justfile +3 -1
@@ 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: