From e6e3b5f4ebde4f4f04cb8c0408fa1d0b4a6233d1 Mon Sep 17 00:00:00 2001 From: astrian Date: Fri, 18 Jul 2025 12:00:22 +1000 Subject: [PATCH] Add new app: gog-galaxy --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 21b84df..c256c00 100755 --- a/install.sh +++ b/install.sh @@ -200,6 +200,7 @@ install_apps() { "yubico-yubikey-manager" # YubiKey Manager - YubiKey 管理工具 "awscli" # AWS CLI - AWS 命令行工具 "android-platform-tools" # Android Platform Tools - ADB & Fastboot + "gog-galaxy" # GOG Galaxy - 游戏平台和启动器 ) total=${#apps[@]}