You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/installing-images/linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Please note that the use of the `dd` tool can overwrite any partition of your ma
50
50
51
51
- 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.
52
52
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.
0 commit comments