From be5b8a88d480382f5c9e54b42db47b14fa5229bd Mon Sep 17 00:00:00 2001 From: aercamti Date: Wed, 16 Oct 2024 17:32:51 +0200 Subject: [PATCH] Update easy_install.sh Changes made due to upgrade to Ubuntu 24-04 (vs. 22.04) - installation fails since prompt is missing (see here: https://github.com/FreeTAKTeam/FreeTAKHub-Installation/issues/126) --- scripts/easy_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/easy_install.sh b/scripts/easy_install.sh index 9dded64..3d106e3 100755 --- a/scripts/easy_install.sh +++ b/scripts/easy_install.sh @@ -11,7 +11,8 @@ set -o nounset set -o pipefail # This disables Apt's "restart services" interactive dialog -export DEBIAN_FRONTEND=noninteractive +# TI: left out this due to https://github.com/FreeTAKTeam/FreeTAKHub-Installation/issues/126 +# export DEBIAN_FRONTEND=noninteractive export NEEDRESTART_SUSPEND=1 NEEDRESTART=