From 87397d2bb64903626aacfa050de90249f28321c3 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Wed, 18 Jun 2025 21:33:38 -0500 Subject: [PATCH] . --- newSrv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newSrv.sh b/newSrv.sh index f899342..689716a 100644 --- a/newSrv.sh +++ b/newSrv.sh @@ -156,7 +156,7 @@ export DEBIAN_FRONTEND="noninteractive" && apt-get -qq --yes -o Dpkg::Options::= MAIL_HOST="$(hostname -f)" debconf-set-selections <<< "postfix postfix/mailname string $MAIL_HOST" debconf-set-selections <<< "postfix postfix/main_mailer_type string Internet with smarthost" -debconf-set-selections <<< "postfix postfix/relayhost string pfv-netboot.turnsys.net" +debconf-set-selections <<< "postfix postfix/relayhost string pfv-netboot.taile3044.ts.net" export DEBIAN_FRONTEND="noninteractive" && apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \ htop \