From 804001b4eca43cd502ec93f5645d59f361cad450 Mon Sep 17 00:00:00 2001 From: windyday <63159472+CoverUp137@users.noreply.github.com> Date: Sun, 22 Jun 2025 02:08:32 +0800 Subject: [PATCH] Add files via upload --- xray/xray.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xray/xray.sh b/xray/xray.sh index 01766ce..24aa687 100644 --- a/xray/xray.sh +++ b/xray/xray.sh @@ -265,7 +265,7 @@ InstallFile() { cd "$xray_install_directory" || Error "Create cns install directory failed." #install xray github_repo="https://github.com/CoverUp137/cns/releases/download/xray" - $download_tool_cmd xray "$github_repo/xray-linux-${machine}${softfloat}" || Error "xray download failed." + $download_tool_cmd xray "$github_repo/xray-linux-${machine}" || Error "xray download failed." $download_tool_cmd xray.init https://raw.githubusercontent.com/CoverUp137/cns/refs/heads/main/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