Last active
July 6, 2023 23:38
-
-
Save andrewvmail/5cc678f566e4a42e53ded58284f2299c to your computer and use it in GitHub Desktop.
create-burmilla-ios-bootable-usb.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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