Update 01-arch_install.sh

This commit is contained in:
RomanNum3ral 2026-03-25 17:24:31 +00:00
parent 9d118e3fde
commit 96e55aa0cb
1 changed files with 9 additions and 1 deletions

View File

@ -6,9 +6,17 @@ sudo pacman -Syu --noconfirm
sudo pacman -S --needed --noconfirm \
ca-certificates \
curl \
wget \
docker \
docker-buildx \
docker-compose
docker-compose \
kubelet \
kubeadm \
kubectl \
conntrack-tools \
socat \
ebtables \
ethtool
# Enable and start Docker daemon
sudo systemctl enable --now docker.service