Last active
September 20, 2018 21:35
-
-
Save idvoretskyi/8885486a7454b58193f40328a26f3d02 to your computer and use it in GitHub Desktop.
Install Dropbox headless
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 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