diff options
author | Erik Wheeler <erik@erikssonwheeler.se> | 2020-04-07 13:15:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 13:15:26 +0200 |
commit | 193a23d6e52b94a8651aae52d059456e09e46058 (patch) | |
tree | bfabb69fcc23dd961a8ebb836c12b89b050855c6 | |
parent | 85e2b321039557ac603f7f5f5fe5199a3fcb44ee (diff) |
Fixed command typo
Should be umount and not unmount, easy mistake to make :-)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ dosflash.exe /sd /file G1ET93WW\$01D2000.FL1 Save the file, then unmount the partition: ``` -sudo unmount /mnt +sudo umount /mnt ``` Write this image to a USB drive (replace `/dev/sdX` with your USB drive device |