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"