From 6b9eb8a292790c743258374dc576e8e1cd41cd67 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 3 Jul 2025 16:32:39 +1000 Subject: [PATCH] Add Zoom Workplace to app list --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 084e958..d4e01a7 100755 --- a/install.sh +++ b/install.sh @@ -191,6 +191,7 @@ install_apps() { "bbedit" # BBEdit - 专业文本编辑器 "sf-symbols" # SF Symbols - Apple 官方图标库 "crossover" # CrossOver - Windows 应用兼容层 + "zoom" # Zoom Workplace - 视频会议软件 ) total=${#apps[@]}