From 820ebdcb5ee26e6d305778a129835c4bd9eaa4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Thu, 4 Sep 2025 06:39:25 +0800 Subject: [PATCH] v2.6.9 --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 3ca33a74..95ab6dc7 100644 --- a/install.sh +++ b/install.sh @@ -417,6 +417,10 @@ ssh_forwarding echo "" echo -e "${yellow}----->>>X-Panel面板和Xray启动成功<<<-----${plain}" } + +# 设置VPS中的时区/时间为【上海时间】 +sudo timedatectl set-timezone Asia/Shanghai + install_base install_x-ui $1 echo ""