fix: change url

This commit is contained in:
Vincent Mahnke 2025-12-18 11:04:20 +01:00
commit 942552ef53
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469

View file

@ -65,6 +65,6 @@ d-i grub-installer/bootdev string default
d-i finish-install/reboot_in_progress note d-i finish-install/reboot_in_progress note
d-i preseed/late_command string \ d-i preseed/late_command string \
# Download and execute post_install.sh # 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 chmod +x /tmp/post_install.sh; \
in-target /tmp/post_install.sh in-target /tmp/post_install.sh