From 22fb66e7d05d57f2b99b79de44b653de08030fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=97=A8=EF=BC=81=E5=93=A5=E4=BB=AC=EF=BC=81?= <126977424+gm-cx@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:22:52 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 89b8eaf..6720832 100644 --- a/install.sh +++ b/install.sh @@ -41,7 +41,7 @@ arch() { echo "" echo -e "${yellow}---------->>>>>当前系统的架构为: $(arch)${plain}" echo "" -last_version=$(curl -Ls "https://api.github.com/repos/xeefei/m-cx/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') +last_version=$(curl -Ls "https://api.github.com/repos/gm-cx/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') # 获取 x-ui 版本 xui_version=$(/usr/local/x-ui/x-ui -v)