Skip to content

Instantly share code, notes, and snippets.

@andrewvmail
Last active July 6, 2023 23:38
Show Gist options
  • Save andrewvmail/5cc678f566e4a42e53ded58284f2299c to your computer and use it in GitHub Desktop.
Save andrewvmail/5cc678f566e4a42e53ded58284f2299c to your computer and use it in GitHub Desktop.
create-burmilla-ios-bootable-usb.sh
cd ~/Desktop
wget https://github.com/burmilla/os/releases/download/v1.9.7-rc1/burmillaos-v1.9.7-rc1.iso
diskutil list
# replace N with disk number
diskutil eraseDisk FAT32 NAME /dev/diskN
diskutil unmountDisk /dev/diskN
sudo dd bs=1M if=burmillaos-v1.9.7-rc1.iso of=/dev/rdiskN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment