#330: update "add missing installation of Zoom" migration to skip if bare install
This commit is contained in:
parent
62fb66a74a
commit
7f3af84a60
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user