From e3221be5a377a0b157b457bb949f05760afbc779 Mon Sep 17 00:00:00 2001 From: Peter Liveyns Date: Wed, 18 Dec 2024 20:37:01 +0100 Subject: [PATCH] 20241218 Correct justfile --- files/justfiles/110-myscripts.just | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/justfiles/110-myscripts.just b/files/justfiles/110-myscripts.just index 60cea2e..e358276 100644 --- a/files/justfiles/110-myscripts.just +++ b/files/justfiles/110-myscripts.just @@ -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 @@ -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