Hello everyone- I have a very ultra noobish question. I'm using hdiutil in a script to mount installation DMG's on a system for imaging, but when I call it within my script, it shows the DMG contents on the desktop. I would like to know how to go about suppressing that, I'd like to have one less thing for them to mess with.
command that I am using is hdiutil attach /path/to/dmg
then I run it, and
hdiutil detach /path/to/dmg
