Skip to content

Commit bfd3924

Browse files
committed
Update linux.md
`sync` doesn't need `sudo`
1 parent 05dbb03 commit bfd3924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/installing-images/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Please note that the use of the `dd` tool can overwrite any partition of your ma
5050
5151
- You can check what's written to the SD card by `dd`-ing from the card back to another image on your hard disk, and then running `diff` (or `md5sum`) on those two images. There should be no difference.
5252
53-
- Run `sudo sync`; this will ensure the write cache is flushed and that it is safe to unmount your SD card.
53+
- Run `sync`; this will ensure the write cache is flushed and that it is safe to unmount your SD card.
5454
5555
- Remove the SD card from the card reader.
5656

0 commit comments

Comments
 (0)