Skip to content

Instantly share code, notes, and snippets.

@windoze
Last active March 13, 2021 02:30
Show Gist options
  • Save windoze/40c11d731d4443ce8b394465802ad11f to your computer and use it in GitHub Desktop.
Save windoze/40c11d731d4443ce8b394465802ad11f to your computer and use it in GitHub Desktop.
Install Dropbox on Headless Ubuntu 20.04
#!/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