Skip to content

Commit

Permalink
20241218 Correct justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pliveyns committed Dec 18, 2024
1 parent 4e06a51 commit e3221be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/justfiles/110-myscripts.just
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

my_install-ssh-keys:
#!/usr/bin/env bash
curl http://192.168.148.28:8081/id_rsa.pub --create-dirs -o ~/.ssh/id_rsa.pub
curl http://192.168.148.28:8081/id_rsa --create-dirs -o ~/.ssh/id_rsa
curl http://192.168.148.24:8081/id_rsa.pub --create-dirs -o ~/.ssh/id_rsa.pub
curl http://192.168.148.24:8081/id_rsa --create-dirs -o ~/.ssh/id_rsa

chmod 600 ~/.ssh/id_rsa.pub
chmod 600 ~/.ssh/id_rsa
Expand Down Expand Up @@ -50,7 +50,7 @@ my_default-browser-firefox:

# Run the ansible postinstalscript
my_postinstall:
curl http://192.168.148.28:8081/bootstrapublue | bash
curl http://192.168.148.24:8081/bootstrapublue | bash

my_setup-chezmoi:
systemctl enable --user --now chezmoi-init.service chezmoi-update.timer

0 comments on commit e3221be

Please sign in to comment.