DEVELOPMENT ENVIRONMENT

~liljamo/src.quest-anemos

817921f9617ef25200f0e77273b2be286604ee6c — Jonni Liljamo 8 days ago 858b3d5
feat: get-anemos recipe
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: