From 28ace083730816d0300307684c5a0f3beeefd96b Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Mon, 30 Jun 2025 12:37:51 +1000 Subject: [PATCH] Add new app: plexamp --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 6f2e207..265fd5a 100755 --- a/install.sh +++ b/install.sh @@ -184,6 +184,7 @@ install_apps() { "google-chrome@canary" # Google Chrome Canary - Chrome 开发版 "betterdisplay" # BetterDisplay - 显示器管理工具 "netnewswire" # NetNewsWire - RSS 阅读器 + "plexamp" # Plexamp - Plex 音乐播放器 ) total=${#apps[@]}