2025-07-26 13:02:22 -04:00
|
|
|
if [[ ! -f ~/.local/state/omarchy/bare.mode ]]; then
|
|
|
|
echo "Add missing installation of Zoom"
|
2025-07-26 01:01:08 -04:00
|
|
|
|
2025-07-26 13:02:22 -04:00
|
|
|
if ! command -v zoom &>/dev/null; then
|
|
|
|
yay -S --noconfirm --needed zoom
|
|
|
|
fi
|
2025-07-20 19:40:45 -03:00
|
|
|
fi
|