mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
6 lines
185 B
Bash
6 lines
185 B
Bash
echo "Install missing docker-buildx package for out-of-the-box Kamal compatibility"
|
|
|
|
if ! docker buildx version &>/dev/null; then
|
|
sudo pacman -S --noconfirm --needed docker-buildx
|
|
fi
|