From 31d90b774d11164fbc3aed6f0371d5521ae73da7 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Fri, 14 Jun 2019 11:08:21 +0200 Subject: [PATCH] install.sh fix --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b7ed1ea4..ff3e3435 100644 --- a/install.sh +++ b/install.sh @@ -20,6 +20,7 @@ ANSIBLE_EXTRA_ARGS="${14:-${ANSIBLE_EXTRA_ARGS}}" cd /opt/ installRequirements() { + export DEBIAN_FRONTEND=noninteractive apt-get update apt-get install \ software-properties-common \