From 564718e51623673a006ccdf4c05110d565a727c8 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Sun, 20 Mar 2022 10:19:12 +0000 Subject: [PATCH] tweaking --- update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index c5d00b72..e15d6b17 100755 --- a/update.sh +++ b/update.sh @@ -122,7 +122,8 @@ if [ "$myRELEASE" != "$myLSB_RELEASE" ] echo "###### Running full upgrade ... " echo echo "docker.io docker.io/restart boolean true" | debconf-set-selections -v - echo "libc6 libc6/restart boolean true" | debconf-set-selections -v + echo "ssh ssh/restart boolean true" | debconf-set-selections -v + echo "cron cron/restart boolean true" | debconf-set-selections -v echo "debconf debconf/frontend select noninteractive" | debconf-set-selections -v apt-fast full-upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes dpkg --configure -a @@ -391,5 +392,5 @@ fuRESTORE_EWSCFG fuRESTORE_HPFEEDS echo -echo "### Done." +echo "### Done. Please reboot." echo