Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.06 KB

iso2usb - Make your life easy on Mac!

PLEASE NOTE - THERE ARE MUCH BETTER TOOLS AVAILABLE SINCE I CREATED THIS, FOR EXAMPLE CHECKOUT (Balena ETCHER](https://www.balena.io/etcher/) which I personally use it's free, crossplatform and very good.

Why?

I often wanted to burn iso files to usb but it seemed like a real hassle, I looked for a useful gui tool but couldnt find one, so I wrote this awesome bash script

Installation

It's very easy, just run the following command to install into /usr/local/bin

wget -q -O /usr/local/bin/iso2usb https://raw.githubusercontent.com/hongkongkiwi/iso2usb/master/iso2usb | chmod +x /usr/local/bin/iso2usb

Once this is complete you can simply run it from the command line like any other command using iso2usb

Usage

If you want to pass the device directly (get the device from diskutil list)

iso2usb file.iso /dev/disk# (# is a disk number)

If you want to bring up a selection of USB devices and select from the menu (potentially more dangerous)

iso2usb file.iso

Help make it better

Pull requests are welcome!