Make migrations faster to skip if they've already been run
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
echo "Add LocalSend as new default application"
|
||||
yay -S --noconfirm --needed localsend-bin
|
||||
|
||||
if ! command -v localsend &>/dev/null; then
|
||||
yay -S --noconfirm --needed localsend-bin
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user