Files
omarchy/migrations/1752678932.sh

6 lines
177 B
Bash
Raw Permalink Normal View History

2025-07-17 14:32:22 -07:00
echo "Install missing docker-buildx package for out-of-the-box Kamal compatibility"
if ! docker buildx version &>/dev/null; then
yay -S --noconfirm --needed docker-buildx
fi