Created
August 27, 2013 10:37
-
-
Save stefanschmidt/6352002 to your computer and use it in GitHub Desktop.
Stop Dropbox from asking for admin password after installation to ~/Applications
This file contains 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
chmod 0000 ~/Applications/Dropbox.app/Contents/Resources/*.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To access the folder with applications in the root directory, just remove the tilde at the beginning of the command.
Those. just execute the command in the Terminal:
chmod 0000 /Applications/Dropbox.app/Contents/Resources/*.tgz
But you need only one DropboxHelperInstaller.tgz file, this will be enough:
chmod 0000 /Applications/Dropbox.app/Contents/Resources/DropboxHelperInstaller.tgz