From d67757f8dfc0f2e0fd3323177db9ac40aa4661fd Mon Sep 17 00:00:00 2001 From: Kuba Kowalik Date: Wed, 23 Jul 2025 22:06:39 +0200 Subject: [PATCH] fix post-install.sh url after repo move --- preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preseed.cfg b/preseed.cfg index ba1509a..4ad2f06 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -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"