fix: change url
This commit is contained in:
parent
a1a0d4fbd1
commit
942552ef53
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue