From 63081e141ac3f85fe07aa7b9ff22d8d449889bf8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 11:54:10 +0200 Subject: [PATCH] Replace buggy Zoom native app with webapp --- migrations/1756115364.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 migrations/1756115364.sh diff --git a/migrations/1756115364.sh b/migrations/1756115364.sh new file mode 100644 index 00000000..cdd8113a --- /dev/null +++ b/migrations/1756115364.sh @@ -0,0 +1,6 @@ +echo "Replace buggy native Zoom client with webapp" + +if pacman -Q zoom >/dev/null; then + sudo pacman -Rns --noconfirm zoom + omarchy-webapp-install "Zoom" https://app.zoom.us/wc/home https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/zoom.png +fi