Files
omarchy/migrations/1752983008.sh
2025-07-20 17:40:45 -05:00

5 lines
119 B
Bash

if ! command -v zoom &>/dev/null; then
echo "Add missing installation of Zoom"
yay -S --noconfirm --needed zoom
fi