Make migrations faster to skip if they've already been run
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
echo "Install missing docker-buildx package for out-of-the-box Kamal compatibility"
|
||||
yay -S --noconfirm --needed docker-buildx
|
||||
|
||||
if ! docker buildx version &>/dev/null; then
|
||||
yay -S --noconfirm --needed docker-buildx
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user