fix post-install.sh url after repo move
This commit is contained in:
parent
921b4afb69
commit
d67757f8df
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue