Skip to content

Instantly share code, notes, and snippets.

@m-thomson
Last active March 17, 2017 19:08
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 m-thomson/b1f54c57807df9ed3f2c3619745e1961 to your computer and use it in GitHub Desktop.
Save m-thomson/b1f54c57807df9ed3f2c3619745e1961 to your computer and use it in GitHub Desktop.
dropbox-linux-install.sh
#!/bin/bash
# Dropbox linux install
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
wget -O dropbox.py https://www.dropbox.com/download?dl=packages/dropbox.py
chmod +x dropbox.py
# comment3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment