From 1ed9d72140ea81329924d52fbe39f732a597a15a Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 20 Jul 2023 11:35:16 -0400 Subject: changes for day --- preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preseed.cfg b/preseed.cfg index 526838a..0f98f39 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -206,5 +206,5 @@ d-i preseed/late_command string mkdir -p /target/etc/apt/sources.list.d /target/ in-target updateval -a -v /etc/ssh/ssh_config '^\s*EnableEscapeCommandline.*' 'EnableEscapeCommandline yes' ; \ in-target ln -sf /etc/apparmor.d/usr.sbin.sssd /etc/apparmor.d/disable/ ; \ in-target apparmor_parser -R /etc/apparmor.d/usr.sbin.sssd ; \ - in-target curl --no-progress-meter --output /root/lightdm-elogind.sh http://albion320.no-ip.biz/smith122/Support/Platforms/devuan/scripts/configure-postfix.sh ; in-target sh /root/configure-postfix.sh ; \ + in-target curl --no-progress-meter --output /root/configure-postfix.sh http://albion320.no-ip.biz/smith122/Support/Platforms/devuan/scripts/configure-postfix.sh ; in-target sh /root/configure-postfix.sh ; \ in-target curl --no-progress-meter --output /root/send-mail-ip-address.sh http://albion320.no-ip.biz/smith122/Support/Platforms/devuan/scripts/send-mail-ip-address.sh ; in-target sh /root/send-mail-ip-address.sh bgstack15@gmail.com ; -- cgit