From df00ca5d9a55d802954621825b1514f30d35bbd4 Mon Sep 17 00:00:00 2001 From: iamromulan <50184035+iamromulan@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:21:04 -0500 Subject: [PATCH] Update README.md Fix links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99213e9..7eee013 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ If you press 1 you can send AT commands, sending exit in lower case will return You can copy/paste this into a command prompt on a system with adb installed. If you don't have adb follow the directions in my main [RGMII Guide](https://github.com/iamromulan/quectel-rgmii-configuration-notes#using-adb) ```bash -adb shell wget -P /tmp https://raw.githubusercontent.com/iamromulan/quectel-rgmii-simpleadmin-at-telnet-daemon/main/RM520_rgmii_toolkit.sh -adb shell chmod +x /tmp/RM520_rgmii_toolkit.sh -adb shell sh /tmp/RM520_rgmii_toolkit.sh +adb shell wget -P /tmp https://raw.githubusercontent.com/iamromulan/quectel-rgmii-toolkit/main/RMxxx_rgmii_toolkit.sh +adb shell chmod +x /tmp/RMxxx_rgmii_toolkit.sh +adb shell sh /tmp/RMxxx_rgmii_toolkit.sh ``` If you have trouble downloading the file make sure your modem is connected to a cellular network.