Skip to content

Instantly share code, notes, and snippets.

@has12zen
has12zen / creation.sh
Created May 18, 2023 07:09
Creating Istallation media
#! /usr/bin/bash
dd bs=4M if=path/to/archlinux-version-x86_64.iso of=/dev/disk/by-id/usb-My_flash_drive conv=fsync oflag=direct status=progress