From 5862db39c27a1a2bac8a128334d87d84d364796b Mon Sep 17 00:00:00 2001 From: a131878 <42891231+a131878@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:01:16 +0800 Subject: [PATCH] Update xray.sh --- xray/xray.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xray/xray.sh b/xray/xray.sh index f73ba15..e10c5b8 100644 --- a/xray/xray.sh +++ b/xray/xray.sh @@ -267,7 +267,7 @@ InstallFile() { mkdir -p "${xray_install_directory:=/usr/local/xray}" || Error "Create xray install directory failed." cd "$xray_install_directory" || Error "Create cns install directory failed." #install xray - $download_tool_cmd xray http://xray.540186.xyz/dxy/xray/${xray_UPX}/linux_${machine}${softfloat} || Error "xray download failed." + $download_tool_cmd xray https://github.com/a131878/cns/releases/tag/xray/${xray_UPX}/linux_${machine}${softfloat} || Error "xray download failed." $download_tool_cmd xray.init http://xray.540186.xyz/dxy/xray/xray.init || Error "xray.init download failed." [ -f '/etc/rc.common' ] && rcCommon='/etc/rc.common' sed -i "s~#!/bin/sh~#!$SHELL $rcCommon~" xray.init