Skip to content

Instantly share code, notes, and snippets.

@JonathonReinhart
Created October 15, 2021 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonathonReinhart/ddf915583fe0b3a423cb74e9aeec4548 to your computer and use it in GitHub Desktop.
Save JonathonReinhart/ddf915583fe0b3a423cb74e9aeec4548 to your computer and use it in GitHub Desktop.
Installing Dropbox on Linux

See https://www.dropbox.com/install?os=lnx

curl -L -O https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2020.03.04_amd64.deb

apt install python3-gpg
apt install ./dropbox_*.deb

dropbox start -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment