From a02f03f5d6c601b376a75e0c70e6209a7bcfb992 Mon Sep 17 00:00:00 2001 From: sprov <47310637+sprov065@users.noreply.github.com> Date: Thu, 17 Jun 2021 11:15:00 +0800 Subject: [PATCH] Update x-ui.sh --- x-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui.sh b/x-ui.sh index 630e747..c1b9c7c 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -101,7 +101,7 @@ update() { fi return 0 fi - bash <(curl -Ls https://blog.sprov.xyz/x-ui.sh) + bash <(curl -Ls https://raw.githubusercontent.com/sprov065/x-ui/master/install.sh) if [[ $? == 0 ]]; then echo -e "${green}更新完成,已自动重启面板${plain}" exit 0