diff --git a/migrations/1752983008.sh b/migrations/1752983008.sh index 5b4b8da..a18b072 100644 --- a/migrations/1752983008.sh +++ b/migrations/1752983008.sh @@ -1,8 +1,7 @@ -# do not run if user is using bare mode -if [[ -f ~/.local/state/omarchy/bare.mode ]]; then exit; fi +if [[ ! -f ~/.local/state/omarchy/bare.mode ]]; then + echo "Add missing installation of Zoom" -echo "Add missing installation of Zoom" - -if ! command -v zoom &>/dev/null; then - yay -S --noconfirm --needed zoom + if ! command -v zoom &>/dev/null; then + yay -S --noconfirm --needed zoom + fi fi