Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Webroot installation script
# Download latest .dmg from Webroot
curl -o /tmp/wsamacsme.dmg http://anywhere.webrootcloudav.com/zerol/wsamacsme.dmg
# Mount disk image
hdiutil attach -noautoopen /tmp/wsamacsme.dmg; ditto /Volumes/Webroot\ SecureAnywhere /Applications/; diskutil list | grep Webroot\ SecureAnywhere | diskutil unmount /Volumes/Webroot\ SecureAnywhere