From 42982152e5a0ff8914e8ce95acac815a02b14d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Mon, 20 May 2024 19:07:38 -0400 Subject: [PATCH] [utils/common] Non-interactive answer --- utils/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/common.sh b/utils/common.sh index 48f8d7d..2b696a7 100644 --- a/utils/common.sh +++ b/utils/common.sh @@ -214,7 +214,7 @@ function required_packages() { { apt-get update apt-get install --no-install-recommends -y software-properties-common - add-apt-repository ppa:deadsnakes/ppa + add-apt-repository ppa:deadsnakes/ppa -y } &>>"$LOG_FILE" fi apt-get update &>>"$LOG_FILE"