Skip to content

Instantly share code, notes, and snippets.

@rmanly
Created September 24, 2015 15:05
Show Gist options
  • Save rmanly/66079dedd07e7ff7a70a to your computer and use it in GitHub Desktop.
Save rmanly/66079dedd07e7ff7a70a to your computer and use it in GitHub Desktop.
Jostens plugins permissions loginhook - deprecated
#!/bin/bash
/bin/chmod go+w "/Applications/Adobe InDesign CS6/Plug-Ins"
/bin/chmod go+w "/Applications/Adobe InDesign CS6/Scripts"
/bin/chmod go+w /Applications/Jostens/YearTech
/bin/chmod go+w "/Applications/Adobe InDesign CS6/Presets/Swatch Libraries"
/bin/chmod 1777 /Library/Fonts
/usr/sbin/chown -R "$1" "/Applications/Adobe InDesign CS6/Plug-Ins/Jostens"
/usr/sbin/chown -R "$1" /Applications/Jostens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment