mirror of
https://github.com/basecamp/omarchy.git
synced 2026-01-09 05:10:54 +08: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
|