Skip to content

Instantly share code, notes, and snippets.

@naumanbadar
Forked from stefanschmidt/silence-dropbox.sh
Last active October 14, 2018 16:54
Show Gist options
  • Save naumanbadar/55215955ba356f144e07bba758031d00 to your computer and use it in GitHub Desktop.
Save naumanbadar/55215955ba356f144e07bba758031d00 to your computer and use it in GitHub Desktop.
Stop Dropbox from asking for admin password after installation to ~/Applications
chmod 0000 /Applications/Dropbox.app/Contents/Resources/*.tgz
chflags uchg /Applications/Dropbox.app/Contents/Resources/*.tgz
@naumanbadar
Copy link
Author

unfortunately the dialog for password showed up again after restarting the system

@naumanbadar
Copy link
Author

may be adding flag for user immutable might do the trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment