From e92323d156c0c78c9bbdd7e741d1e171e6e55607 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Mon, 12 Jul 2021 20:39:39 -0400 Subject: [PATCH] Update preseed url for firstboot.sh --- preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preseed.cfg b/preseed.cfg index 33f1550..9ea9ba0 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -141,4 +141,4 @@ d-i finish-install/reboot_in_progress note # packages and run commands in the target system. #d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh -d-i preseed/late_command string in-target wget http://192.168.122.1/firstboot.sh \ No newline at end of file +d-i preseed/late_command string in-target wget https://git.thomaspcole.com/thomascole/clc-debian/raw/branch/master/firstboot.sh \ No newline at end of file