From 663aefc78293bfa8b6d869e3caa831331e483e6c Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 14 Jun 2025 18:51:25 +0200 Subject: [PATCH] build(make/setup_vm): now no confirm in package installation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f9a60fb..8c2650b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/06/12 18:09:23 by rparodi #+# #+# # -# Updated: 2025/06/13 14:45:19 by rparodi ### ########.fr # +# Updated: 2025/06/14 18:26:21 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -20,7 +20,7 @@ MARIADB = $(BASE_CONTAINERS)/mariadb WORDPRESS = $(BASE_CONTAINERS)/wordpress #Setup -PACK_MAN = pacman -S +PACK_MAN = pacman -Syu --noconfirm # Colors GREEN = \033[32m