From 63dbbb83355a6e997c75244698ea3352e6ceb333 Mon Sep 17 00:00:00 2001
From: Nikolaos Kakouros <nkak@kth.se>
Date: Wed, 5 May 2021 11:11:19 +0200
Subject: [PATCH] wip

---
 commands/core.d/bootstrap.d/ubuntu.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/commands/core.d/bootstrap.d/ubuntu.sh b/commands/core.d/bootstrap.d/ubuntu.sh
index a02d101..2d66069 100644
--- a/commands/core.d/bootstrap.d/ubuntu.sh
+++ b/commands/core.d/bootstrap.d/ubuntu.sh
@@ -20,6 +20,8 @@ sudo apt update
 
 info "checking required tools and libraries..."
 
+export DEBIAN_FRONTEND=noninteractive
+
 $distro_pacman "${distro_packages[@]}"
 
 info "installing Python 3 dependencies..."
-- 
GitLab