From 81c58ef9543ec0d1862ea73c83cda557b9883962 Mon Sep 17 00:00:00 2001 From: iamromulan <50184035+iamromulan@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:13:08 -0400 Subject: [PATCH] Fix typo fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69e91c1..4385836 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ adb shell sh /tmp/install_on_modem.sh Script will ask to remove Simpleadmin then ask to remove AT Telnet Daemon ```bash adb shell wget -P /tmp https://raw.githubusercontent.com/iamromulan/quectel-rgmii-simpleadmin-at-telnet-daemon/main/uninstall_on_modem.sh -adb shell chmod +x /tmp/install_on_modem.sh -adb shell sh /tmp/install_on_modem.sh +adb shell chmod +x /tmp/uninstall_on_modem.sh +adb shell sh /tmp/uninstall_on_modem.sh ```