From 10b3f7023525465f024a70bbb94814e127c03080 Mon Sep 17 00:00:00 2001 From: astrian Date: Mon, 21 Jul 2025 10:43:40 +1000 Subject: [PATCH] Add new app: sketch --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index d37d908..7e1b676 100755 --- a/install.sh +++ b/install.sh @@ -203,6 +203,7 @@ install_apps() { "android-platform-tools" # Android Platform Tools - ADB & Fastboot "gog-galaxy" # GOG Galaxy - 游戏平台和启动器 "slack" # Slack - 团队协作和通讯工具 + "sketch" # Sketch - 矢量设计工具 ) total=${#apps[@]}