Skip to content

Instantly share code, notes, and snippets.

View elflames's full-sized avatar

D.Cooper elflames

  • Charles Darwin University
  • Darwin NT Australia
View GitHub Profile
@elflames
elflames / pro_tools_12_munki.sh
Last active December 29, 2016 21:43 — forked from cabal95/pro_tools_12_munki.sh
Updated script to work with Pro Tools 12
#!/bin/bash
# looks like they changed they name again
# https://groups.google.com/forum/#!topic/munki-dev/w38roCmEgH0
# I have 11.2.1.203 and it is now just 'shoe'
# Changed once again, 12.0.0.456 and it is 'shoetoolv120'
#Check if Directory PrivilegedHelperTools exist, or create it
if [ ! -d "/Library/PrivilegedHelperTools" ]; then
mkdir -p "/Library/PrivilegedHelperTools"