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 \