mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Replace buggy Zoom native app with webapp
This commit is contained in:
6
migrations/1756115364.sh
Normal file
6
migrations/1756115364.sh
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user