From d612163b7e74c4cba73ab19c3f088a7b8acd9027 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Mon, 30 Jun 2025 10:26:31 +1000 Subject: [PATCH] Add new app: netnewswire --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b74ab49..6f2e207 100755 --- a/install.sh +++ b/install.sh @@ -183,6 +183,7 @@ install_apps() { "localsend" # LocalSend - 跨平台文件传输工具 "google-chrome@canary" # Google Chrome Canary - Chrome 开发版 "betterdisplay" # BetterDisplay - 显示器管理工具 + "netnewswire" # NetNewsWire - RSS 阅读器 ) total=${#apps[@]}