Skip to content

Instantly share code, notes, and snippets.

@andrewpayne68
Last active September 29, 2024 09:41
Show Gist options
  • Save andrewpayne68/0688c8bfb9a53ab9fc1dd9fe44b84e38 to your computer and use it in GitHub Desktop.
Save andrewpayne68/0688c8bfb9a53ab9fc1dd9fe44b84e38 to your computer and use it in GitHub Desktop.
Install Dropbox on Debian 12/Sid, Ubuntu 24.04 and Linux Mint 22

Install Dropbox on Debian 12/Sid, Ubuntu 24.04 and Linux Mint 22

sudo apt-get install nautilus-dropbox -y && cd ~ && sudo wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - && dropbox start -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment