mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
#330: update "add missing installation of Zoom" migration to skip if bare install
This commit is contained in:
@ -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"
|
echo "Add missing installation of Zoom"
|
||||||
|
|
||||||
if ! command -v zoom &>/dev/null; then
|
if ! command -v zoom &>/dev/null; then
|
||||||
|
Reference in New Issue
Block a user