From e822df7e431ee0dacd3ed48348576f631d1ee706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xue=20Xianliang=20=E8=87=AA=E7=94=B1=E7=9A=84=E4=B8=96?= =?UTF-8?q?=E7=95=8C?= <146182012+GFW4Fun@users.noreply.github.com> Date: Tue, 3 Dec 2024 06:20:59 -0800 Subject: [PATCH] Update x-ui-pro.sh --- x-ui-pro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui-pro.sh b/x-ui-pro.sh index 2e2fb9d..5bce906 100644 --- a/x-ui-pro.sh +++ b/x-ui-pro.sh @@ -1,5 +1,5 @@ #!/bin/bash -#################### x-ui-pro v11.6.1 @ github.com/GFW4Fun ############################################## +#################### x-ui-pro v11.6.2 @ github.com/GFW4Fun ############################################## [[ $EUID -ne 0 ]] && { echo "not root!"; exec sudo "$0" "$@"; } msg() { echo -e "\e[1;37;40m $1 \e[0m";} msg_ok() { echo -e "\e[1;32;40m $1 \e[0m";}