From d3dd1bd3a6d8d3cf33b2f8c5b21463f6b5f0a895 Mon Sep 17 00:00:00 2001 From: Stephan Reinwald Date: Tue, 21 Jan 2025 14:43:46 +0100 Subject: [PATCH] actually curling --- autoconfig.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconfig.yaml b/autoconfig.yaml index 72ef54f..9d1b56b 100644 --- a/autoconfig.yaml +++ b/autoconfig.yaml @@ -32,7 +32,7 @@ autoinstall: shutdown: reboot late-commands: - curl -m 10 --retry 5 http://23.88.102.139:8000/ping/07bf78a8-67c5-4ffb-834d-e9dc660b162a - - url -o /target/etc/systemd/system/hello_world.service http://23.88.102.139/gitea/sre/ld-install/raw/branch/main/files/hello_world.service + - curl -o /target/etc/systemd/system/hello_world.service http://23.88.102.139/gitea/sre/ld-install/raw/branch/main/files/hello_world.service - chmod +x /target/etc/systemd/system/hello_world.service - curl -o /target/root/hello_world.sh http://23.88.102.139/gitea/sre/ld-install/raw/branch/main/files/hello_world.sh - chmod +x /target/root/hello_world.sh