/ISO-BURNER

A bash script that automates the process of burning iso to a usb-stick

Primary LanguageShell

#ISO-BURNER

  • Usage:

    Clone the repo in your local machine using:

    $ git clone https://github.com/bashcube/ISO-BURNER.git

    Move into the directory and execute the bash file with sudo privileges:

    $ sudo su
    $ cd ISO_BURNER
    $ bash burner.sh
  • Description:

    The following script automates the process of creating a bootable Fedora distribution by download the iso from the official site (Includes option for spins also), verifies its integrity and then automatically burns the image to the usb drive/stick inserted.

  • Output:

    Screenshot of script running on my machine.