From 193a23d6e52b94a8651aae52d059456e09e46058 Mon Sep 17 00:00:00 2001 From: Erik Wheeler Date: Tue, 7 Apr 2020 13:15:26 +0200 Subject: Fixed command typo Should be umount and not unmount, easy mistake to make :-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee0ad75..bb4f5d1 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3