Files
omarchy/migrations/1752678932.sh
2025-07-20 17:36:29 -05:00

6 lines
177 B
Bash

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