diff --git a/migrations/1752983008.sh b/migrations/1752983008.sh index 8f0727b..672ca78 100644 --- a/migrations/1752983008.sh +++ b/migrations/1752983008.sh @@ -1,4 +1,5 @@ +echo "Add missing installation of Zoom" + if ! command -v zoom &>/dev/null; then - echo "Add missing installation of Zoom" yay -S --noconfirm --needed zoom fi