mkusb version 7.4 is uploaded in a compressed tar file, a tarball.
Version 7.4 contains several minor improvements after version 7.1
Code:
# 2014-03-06 sudodus fix to recognize debian iso file and work from CD
# 2014-03-06 sudodus mkusb version 7.2
# 2014-03-09 sudodus second parameter 'all' to start seeing all drives
# usbonly=false
# 2014-03-09 sudodus mkusb version 7.3
# 2014-03-13 sudodus switch for help window
# 2014-03-14 sudodus writing "Done" after installation (for xterm -hold)
# 2014-03-14 sudodus mkusb version 7.4
There is only one attached file at post #1 and it contains the new version 7.4 of mkusb and also previous versions. Extract the script from the compressed file with one of these commands (or file-roller).
Code:
tar -xvOf mkusb-ball.tar.gz mkusb-old-plus-minor-fix > mkusb
tar -xvOf mkusb-ball.tar.gz mkusb3 > mkusb
...
tar -xvOf mkusb-ball.tar.gz mkusb74 > mkusb
I use the file name mkusb, put it into my ~/bin directory and make it executable.
The current size and md5sum are listed in the next code box. Check that the file is correct before you start using it!
Code:
wc -c mkusb;md5sum mkusb # from mkusb74
13998 mkusb
d02976734e6be3e173910b9e6ac636c2 mkusb