#330: update "add missing installation of Zoom" migration to skip if bare install

This commit is contained in:
Jaxon Wright
2025-07-26 01:01:08 -04:00
parent 62fb66a74a
commit 7f3af84a60

View File

@ -1,3 +1,6 @@
# do not run if user is using bare mode
if [[ -f ~/.local/state/omarchy/bare.mode ]]; then exit; fi
echo "Add missing installation of Zoom"
if ! command -v zoom &>/dev/null; then