Skip to content

Commit

Permalink
syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgithublab committed Dec 13, 2024
1 parent f2b71f9 commit 830bbdb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source/components/nitrophone/hmdm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,19 @@ Installation with ADB

7. Test if ``adb`` can find your Nitrophone:

.. rstcheck: ignore-next-code-block
.. code-block:: bash
./adb devices
.. rstcheck: ignore-next-code-block
.. code-block:: bash
./adb devices
You need to see your device listed in the output.

8. Install the HMDM app via:

.. rstcheck: ignore-next-code-block
.. code-block:: bash
./adb install <name of your downloaded file>.apk
.. rstcheck: ignore-next-code-block
.. code-block:: bash
./adb install <name of your downloaded file>.apk
When the MDM install was sucessful, the output of ``adb`` is "Success".

Expand Down

0 comments on commit 830bbdb

Please sign in to comment.