mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
6 lines
118 B
Bash
6 lines
118 B
Bash
echo "Add missing installation of Zoom"
|
|
|
|
if ! command -v zoom &>/dev/null; then
|
|
yay -S --noconfirm --needed zoom
|
|
fi
|