Created
September 24, 2015 15:05
-
-
Save rmanly/66079dedd07e7ff7a70a to your computer and use it in GitHub Desktop.
Jostens plugins permissions loginhook - deprecated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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