From 085e41525559c8df5be8f4713df28dca74f33898 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Sun, 31 Aug 2025 23:44:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=9C=80=E6=96=B0reality=E7=94=9F=E6=88=90=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=EF=BC=88xray-core=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 879da66..e408672 100644 --- a/install.sh +++ b/install.sh @@ -9026,8 +9026,8 @@ initRealityKey() { else realityX25519Key=$(/etc/v2ray-agent/xray/xray x25519) fi - realityPrivateKey=$(echo "${realityX25519Key}" | grep "Private key" | awk '{print $3}') - realityPublicKey=$(echo "${realityX25519Key}" | grep "Public key" | awk '{print $3}') + realityPrivateKey=$(echo "${realityX25519Key}" | grep "PrivateKey" | awk '{print $2}') + realityPublicKey=$(echo "${realityX25519Key}" | grep "Password" | awk '{print $2}') if [[ -z "${realityPrivateKey}" ]]; then echoContent red "输入的Private Key不合法" initRealityKey @@ -9432,7 +9432,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v3.4.28" + echoContent green "当前版本:v3.4.29" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus