Update 01-arch_install.sh

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

View File

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