Skip to content

Instantly share code, notes, and snippets.

@antico5
Created July 5, 2018 18:04
Show Gist options
  • Save antico5/c2ed37247dc997e99b8e17a297258410 to your computer and use it in GitHub Desktop.
Save antico5/c2ed37247dc997e99b8e17a297258410 to your computer and use it in GitHub Desktop.
install dropbox
#!/bin/bash
wget https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2015.10.28_amd64.deb -O dropbox.deb
sudo dpkg -i dropbox.deb
sudo apt-get install -f
dropbox start -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment