From 3b95c76545f40f9267f85b340694c7ab6818860b Mon Sep 17 00:00:00 2001
From: iamromulan <50184035+iamromulan@users.noreply.github.com>
Date: Wed, 20 Sep 2023 00:51:10 -0400
Subject: [PATCH] Update README.md
---
README.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e19cfa6..530c656 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ adb shell sh /tmp/install_on_modem.sh
-# 2 Original README.md files
+# The 2 Original README.md files
@@ -126,6 +126,14 @@ bash-3.2# ./modem-multiclient.py
If it's still not working, let me know!
+
+
+
+
+
+
+
+
# Simple Web Admin Interface for Quectel Modem using RJ45 Boards
Simple Admin / Monitoring web UI for Quectel modems that are connected via a RGMII Ethernet interface (aka a "RJ45 to M.2" or "Ethernet to M.2" adapter board). Such as Generic RJ45 Board or the MCUZone board
@@ -146,7 +154,7 @@ If you are able to test on other modems and get it working, feel free to PR.
## Installation Automated
Script will do everything but setup Nate's at_telnet_daemon
```bash
-adb shell wget -P /tmp https://raw.githubusercontent.com/iamromulan/quectel-rgmii-simpleadmin-at-telnet-daemon/main/install_on_modem.sh
+adb shell wget -P /tmp https://raw.githubusercontent.com/rbflurry/quectel-rgmii-simpleadmin/main/install_on_modem.sh
adb shell chmod +x /tmp/install_on_modem.sh
adb shell sh /tmp/install_on_modem.sh
```