Add new app: awscli

This commit is contained in:
astrian 2025-07-18 09:19:43 +10:00
parent c3564f9e79
commit 4f186b4c0a
No known key found for this signature in database

View File

@ -198,6 +198,7 @@ install_apps() {
"tidal" # Tidal - 音乐流媒体服务 "tidal" # Tidal - 音乐流媒体服务
"visual-studio-code" # Visual Studio Code - 代码编辑器 "visual-studio-code" # Visual Studio Code - 代码编辑器
"yubico-yubikey-manager" # YubiKey Manager - YubiKey 管理工具 "yubico-yubikey-manager" # YubiKey Manager - YubiKey 管理工具
"awscli" # AWS CLI - AWS 命令行工具
) )
total=${#apps[@]} total=${#apps[@]}