From 8a4a05b0a9f3e2ecda2a03e1c98aa2d8185cb6d6 Mon Sep 17 00:00:00 2001 From: Lsmoisu <114275920+Lsmoisu@users.noreply.github.com> Date: Mon, 19 May 2025 11:09:23 +0800 Subject: [PATCH] Update vps_manager.sh --- vps_manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vps_manager.sh b/vps_manager.sh index 41d481e..7a69102 100644 --- a/vps_manager.sh +++ b/vps_manager.sh @@ -479,7 +479,7 @@ while true; do 1) echo "正在添加账号..." echo "请按照提示完成账号登录流程(浏览器将打开进行身份验证):" - gcloud auth login + gcloud auth login --no-browser if [ $? -eq 0 ]; then echo "账号添加成功!" else