Update arch_install.sh
This commit is contained in:
parent
ce6f93c2e4
commit
e22245c4f3
|
|
@ -10,7 +10,7 @@ if pacman -Q iptables >/dev/null 2>&1; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install Kubernetes prerequisites and container runtime
|
# Install Kubernetes prerequisites and container runtime
|
||||||
sudo pacman -S --needed --noconfirm \
|
yes | sudo pacman -S --needed \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
wget \
|
wget \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue