Update 'preseed/deb-t510-preseed'

This commit is contained in:
bprieshof
2019-06-07 01:38:00 +02:00
parent 8281c9c59a
commit 440efa0e71

View File

@@ -94,6 +94,6 @@ grub-pc grub-pc/timeout string 1
#### Advanced options #### Advanced options
d-i preseed/late_command string \ d-i preseed/late_command string \
in-target wget -O https://git.ictmaatwerk.com/bprieshof/Kiosk/raw/branch/master/install-script.sh ; \ in-target wget -O /root/install-script.sh https://git.ictmaatwerk.com/bprieshof/Kiosk/raw/branch/master/install-script.sh ; \
in-target bash /root/install-script.sh t510 ; \ in-target bash /root/install-script.sh t510 ; \
in-target rm -f /root/postinstall.sh in-target rm -f /root/install-script.sh