Created
May 21, 2014 16:56
-
-
Save andrewslince/20fce1332f98fe7ccda4 to your computer and use it in GitHub Desktop.
install latest version of dropbox for linux
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
# install dropbox | |
cd ~/Downloads/ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - | |
.dropbox-dist/dropboxd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment