mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
add missing installation of zoom (#262)
This commit is contained in:
4
migrations/1752983008.sh
Normal file
4
migrations/1752983008.sh
Normal file
@ -0,0 +1,4 @@
|
||||
if ! command -v zoom &>/dev/null; then
|
||||
echo "Add missing installation of Zoom"
|
||||
yay -S --noconfirm --needed zoom
|
||||
fi
|
Reference in New Issue
Block a user