From e98b1d38b9dbf04d5a6a80c18c67a5b33f4063c2 Mon Sep 17 00:00:00 2001 From: Botspot Date: Mon, 9 Nov 2020 13:44:30 -0600 Subject: [PATCH] pkg-install debian noninteractive --- pkg-install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg-install b/pkg-install index 34ac7dd..83fab5e 100755 --- a/pkg-install +++ b/pkg-install @@ -51,6 +51,8 @@ if [ -f /var/log/unattended-upgrades/unattended-upgrades.log ]; then fi echo "Done" +DEBIAN_FRONTEND=noninteractive + output="$(sudo LANG=C apt update 2>&1)" exitcode=$?