Skip to content

Instantly share code, notes, and snippets.

@joequery
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joequery/a94f3ab099d489485dc3 to your computer and use it in GitHub Desktop.
Save joequery/a94f3ab099d489485dc3 to your computer and use it in GitHub Desktop.
Install Dropbox on 64 bit Ubuntu Server
#!/bin/bash
cd
wget "https://www.dropbox.com/download?plat=lnx.x86_64" -O dropbox.tar
tar -zxf dropbox.tar
wget "https://www.dropbox.com/download?dl=packages/dropbox.py" -O dropbox
chmod +x dropbox
sudo mv dropbox /usr/local/bin
~/.dropbox-dist/dropboxd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment