From e22245c4f3311f5110e6307902e634d516f77f99 Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Wed, 25 Mar 2026 17:49:35 +0000 Subject: [PATCH] Update arch_install.sh --- arch_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_install.sh b/arch_install.sh index 32e4107..f60388b 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -10,7 +10,7 @@ if pacman -Q iptables >/dev/null 2>&1; then fi # Install Kubernetes prerequisites and container runtime -sudo pacman -S --needed --noconfirm \ +yes | sudo pacman -S --needed \ ca-certificates \ curl \ wget \