From d26a55ee8b520a1ae0fc4c0973d3f9880a5357f8 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 26 May 2023 00:45:36 +0200 Subject: Housecleaning --- content/notes/write-iso-usb.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'content/notes/write-iso-usb.md') diff --git a/content/notes/write-iso-usb.md b/content/notes/write-iso-usb.md index 9e379fd..8dff651 100644 --- a/content/notes/write-iso-usb.md +++ b/content/notes/write-iso-usb.md @@ -13,5 +13,3 @@ Write ISO to USB key. Nothing fancy here. sudo dd if=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync ``` - - -- cgit v1.2.3