From 009eb7f655bac7929e2eac16f3cafce7cb1d8d78 Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Thu, 26 Mar 2026 17:55:10 +0000 Subject: [PATCH] Update master_node_install.sh --- master_node_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master_node_install.sh b/master_node_install.sh index 2380484..8a1b7ea 100644 --- a/master_node_install.sh +++ b/master_node_install.sh @@ -16,7 +16,7 @@ REAL_HOME="$(getent passwd "$REAL_USER" | cut -d: -f6)" # ---- Package install ---- pacman -Syu --noconfirm -pacman -S --needed --noconfirm \ +yes | pacman -S --needed \ ca-certificates \ curl \ containerd \