Last active
March 13, 2021 02:30
-
-
Save windoze/40c11d731d4443ce8b394465802ad11f to your computer and use it in GitHub Desktop.
Install Dropbox on Headless Ubuntu 20.04
This file contains hidden or 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/sh | |
sudo apt install -y libxdamage1 libxcb-glx0 libglapi-mesa libxcb-dri2-0 libxcb-dri3-0 libxcb-present0 libxcb-sync1 libxshmfence1 libxxf86vm1 libxfixes3 | |
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - | |
wget -O ~/bin/dropbox.py 'https://www.dropbox.com/download?dl=packages/dropbox.py' | |
chmod +x ~/bin/dropbox.py | |
~/.dropbox-dist/dropboxd | |
# ~/bin/dropbox.py autostart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment