fixed typo
This commit is contained in:
iamromulan
2023-10-15 13:13:08 -04:00
parent 88c0bc92c9
commit 81c58ef954

View File

@@ -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
```