fix post-install.sh url after repo move

This commit is contained in:
Jakub Kowalik 2025-07-23 22:06:39 +02:00
parent 921b4afb69
commit d67757f8df
1 changed files with 1 additions and 1 deletions

View File

@ -499,4 +499,4 @@ d-i finish-install/reboot_in_progress note
#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
# Configure sudo
d-i preseed/late_command string in-target sh -c "curl https://https://git.hswro.org/HSWro-admins/hswro-vm-provisioning/raw/branch/master/post-install.sh | bash"
d-i preseed/late_command string in-target sh -c "curl https://git.hswro.org/HSWro-infra/hswro-vm-provisioning/raw/branch/master/post-install.sh | bash"