From 5486af3910b63c4783a8e04c0d4ca885bb1cb584 Mon Sep 17 00:00:00 2001 From: iamromulan <50184035+iamromulan@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:12:53 -0500 Subject: [PATCH] Update README.md Update combo installer link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c243976..15a0d9a 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ If it is not installed and you press 1 or 2 it will install. If it is, it will p 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/install_on_modem.sh -adb shell chmod +x /tmp/install_on_modem.sh -adb shell sh /tmp/install_on_modem.sh +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 ``` If you have trouble downloading the file make sure your modem is connected to a cellular network.