From 942552ef532183b690b105552e380a3ca3b7fc30 Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Thu, 18 Dec 2025 11:04:20 +0100 Subject: [PATCH] fix: change url --- preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preseed.cfg b/preseed.cfg index 0a500ec..3cc528e 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -65,6 +65,6 @@ d-i grub-installer/bootdev string default d-i finish-install/reboot_in_progress note d-i preseed/late_command string \ # Download and execute post_install.sh - in-target curl -o /tmp/post_install.sh https://example.com/post_install.sh; \ + in-target curl -o /tmp/post_install.sh https://git.hamburg.ccc.de/ViMaSter/preseed/raw/branch/main/post_install.sh; \ in-target chmod +x /tmp/post_install.sh; \ in-target /tmp/post_install.sh