actually curling

This commit is contained in:
Stephan Reinwald
2025-01-21 14:43:46 +01:00
parent 51bf52c1dc
commit d3dd1bd3a6

View File

@@ -32,7 +32,7 @@ autoinstall:
shutdown: reboot shutdown: reboot
late-commands: late-commands:
- curl -m 10 --retry 5 http://23.88.102.139:8000/ping/07bf78a8-67c5-4ffb-834d-e9dc660b162a - 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 - 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 - 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 - chmod +x /target/root/hello_world.sh