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 \ sudo pacman -S --needed --noconfirm \
ca-certificates \ ca-certificates \
curl \ curl \
wget \
docker \ docker \
docker-buildx \ docker-buildx \
docker-compose \ docker-compose
kubelet \
kubeadm \
kubectl \
conntrack-tools \
socat \
ebtables \
ethtool
# Enable and start Docker daemon # Enable and start Docker daemon
sudo systemctl enable --now docker.service sudo systemctl enable --now docker.service