From 963936614f1af4fb24d869628df995fc4a9cb256 Mon Sep 17 00:00:00 2001 From: Stephan Reinwald Date: Tue, 21 Jan 2025 11:28:03 +0100 Subject: [PATCH] update early-commands --- autoconfig.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoconfig.yaml b/autoconfig.yaml index b101a09..71a4271 100644 --- a/autoconfig.yaml +++ b/autoconfig.yaml @@ -7,8 +7,8 @@ autoinstall: - proxy - storage early-commands: - - wget http://23.88.102.139:8000/ping/07bf78a8-67c5-4ffb-834d-e9dc660b162a - - wget -O /autoinstall.yaml http://23.88.102.139/gitea/sre/ld-install/raw/branch/main/autoconfig.yaml + - curl -m 10 --retry 5 http://23.88.102.139:8000/ping/07bf78a8-67c5-4ffb-834d-e9dc660b162a + - curl http://23.88.102.139/gitea/sre/ld-install/raw/branch/main/autoconfig.yaml > /autoinstall.yaml locale: "en_US.UTF-8" refresh-installer: update: false