Skip to content

Instantly share code, notes, and snippets.

@capsulecorplab
Last active November 24, 2020 06:57
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 capsulecorplab/ef81648cf82f023692d04bf832eb8883 to your computer and use it in GitHub Desktop.
Save capsulecorplab/ef81648cf82f023692d04bf832eb8883 to your computer and use it in GitHub Desktop.
bash script for installing dropbox on 64bit Linux
#!/usr/bin/env bash
# https://www.dropbox.com/install-linux
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment