From c413a02fc704e1a3c9ec2fba2de2d9ccc0d63a19 Mon Sep 17 00:00:00 2001 From: tyk Date: Wed, 17 Sep 2025 21:49:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20RMxxx=5Frgmii=5Ftoolkit.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RMxxx_rgmii_toolkit.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RMxxx_rgmii_toolkit.sh b/RMxxx_rgmii_toolkit.sh index 66a3fad..0bb64b6 100644 --- a/RMxxx_rgmii_toolkit.sh +++ b/RMxxx_rgmii_toolkit.sh @@ -2,14 +2,14 @@ # Define toolkit paths export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/opt/bin:/opt/sbin:/usrdata/root/bin -GITUSER="iamromulan" +GITUSER="tyk" REPONAME="quectel-rgmii-toolkit" GITTREE="SDXLEMUR" GITMAINTREE="SDXLEMUR" GITDEVTREE="development-SDXLEMUR" -GITROOT="https://raw.githubusercontent.com/$GITUSER/$REPONAME/$GITTREE" -GITROOTMAIN="https://raw.githubusercontent.com/$GITUSER/$REPONAME/$GITMAINTREE" -GITROOTDEV="https://raw.githubusercontent.com/$GITUSER/$REPONAME/$GITDEVTREE" +GITROOT="http://git.ievo.top/$GITUSER/$REPONAME/$GITTREE" +GITROOTMAIN="http://git.ievo.top/$GITUSER/$REPONAME/$GITMAINTREE" +GITROOTDEV="http://git.ievo.top/$GITUSER/$REPONAME/$GITDEVTREE" TMP_DIR="/tmp" USRDATA_DIR="/usrdata" SOCAT_AT_DIR="/usrdata/socat-at-bridge" @@ -750,7 +750,7 @@ install_sshd() { ARCH=$(uname -a) if echo "$ARCH" | grep -q "aarch64"; then - cd /tmp && wget -O RM55x_rcPCIe_toolkit.sh https://raw.githubusercontent.com/iamromulan/quectel-rgmii-toolkit/SDXPINN/RM55x_rcPCIe_toolkit.sh && chmod +x RM55x_rcPCIe_toolkit.sh && ./RM55x_rcPCIe_toolkit.sh && cd / + cd /tmp && wget -O RM55x_rcPCIe_toolkit.sh http://git.ievo.top/iamromulan/quectel-rgmii-toolkit/SDXPINN/RM55x_rcPCIe_toolkit.sh && chmod +x RM55x_rcPCIe_toolkit.sh && ./RM55x_rcPCIe_toolkit.sh && cd / exit 0 elif echo "$ARCH" | grep -q "armv7l"; then # Continue if architecture is armv7l