Fixed command typo

Should be umount and not unmount, easy mistake to make :-)
pull/7/head
Erik Wheeler 4 years ago committed by GitHub
parent 85e2b32103
commit 193a23d6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,7 +124,7 @@ dosflash.exe /sd /file G1ET93WW\$01D2000.FL1
Save the file, then unmount the partition: 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 Write this image to a USB drive (replace `/dev/sdX` with your USB drive device

Loading…
Cancel
Save