From c17a7805869e504ff0ceeb73bdd64b58033b61e1 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Mon, 30 Jun 2025 10:17:57 +1000 Subject: [PATCH] Add new app: betterdisplay --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 29a841e..b74ab49 100755 --- a/install.sh +++ b/install.sh @@ -182,6 +182,7 @@ install_apps() { "font-fira-code-nerd-font" # Fira Code Nerd Font - 编程字体 "localsend" # LocalSend - 跨平台文件传输工具 "google-chrome@canary" # Google Chrome Canary - Chrome 开发版 + "betterdisplay" # BetterDisplay - 显示器管理工具 ) total=${#apps[@]}