From 7ac5786c2181d46f49c779f447cb227307a5973e Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Thu, 5 Jan 2023 13:38:25 +0100 Subject: [PATCH] recipe: Set debian frontend to be quiet --- recipe.json | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe.json b/recipe.json index 37fdaec..c10cb9f 100644 --- a/recipe.json +++ b/recipe.json @@ -3,6 +3,7 @@ "distro_name": "Vanilla OS", "distro_logo": "org.vanillaos.FirstSetup", "pre_run": [ + "export DEBIAN_FRONTEND=noninteractive", "apt update", "apt install -f", "apt upgrade -y"