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