Make migrations faster to skip if they've already been run
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
echo "Installing missing fd terminal tool for finding files"
|
||||
yay -S --noconfirm --needed fd
|
||||
|
||||
if ! command -v fd &>/dev/null; then
|
||||
yay -S --noconfirm --needed fd
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user