Last active
March 17, 2017 19:08
-
-
Save m-thomson/b1f54c57807df9ed3f2c3619745e1961 to your computer and use it in GitHub Desktop.
dropbox-linux-install.sh
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
#!/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