Skip to content

Instantly share code, notes, and snippets.

@idvoretskyi
Last active September 20, 2018 21:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idvoretskyi/8885486a7454b58193f40328a26f3d02 to your computer and use it in GitHub Desktop.
Save idvoretskyi/8885486a7454b58193f40328a26f3d02 to your computer and use it in GitHub Desktop.
Install Dropbox headless
# Install Dropbox daemon
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - && ~/.dropbox-dist/dropboxd
# Install `dropbox` script to control Dropbox
sudo wget https://www.dropbox.com/download?dl=packages/dropbox.py -O /usr/local/bin/dropbox && sudo chmod +x /usr/local/bin/dropbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment