Skip to content

Instantly share code, notes, and snippets.

@has12zen
Created May 18, 2023 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save has12zen/7d15d3360d4c42661f4fd51be8c704d6 to your computer and use it in GitHub Desktop.
Save has12zen/7d15d3360d4c42661f4fd51be8c704d6 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment