Get disktype installed on Mac using Brew
Package Information:
Name: disktype
Use: Detect content format of a disk or disk image
URL: https://disktype.sourceforge.io/
Installation Steps:
- Open up your Terminal.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install disktype using brew
brew install disktype
disktype is ready to use now!