Skip to content

Instantly share code, notes, and snippets.

@kant
Created January 19, 2019 18:55
Show Gist options
  • Save kant/2fd125a3b1dc57f8bcc89ad166b2047b to your computer and use it in GitHub Desktop.
Save kant/2fd125a3b1dc57f8bcc89ad166b2047b to your computer and use it in GitHub Desktop.
Logic installer (packages)
for i in *.pkg; do sudo installer -pkg $i -target /; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment