Skip to content

Instantly share code, notes, and snippets.

View IamAdamJowett's full-sized avatar

Adam Jowett IamAdamJowett

  • LifersAI
  • Brisbane, Australia
View GitHub Profile
@IamAdamJowett
IamAdamJowett / dropbox-debian-64.md
Last active September 19, 2015 00:14 — forked from facelordgists/dropbox-debian-64.md
Setup Dropbox on Debian 64bit
  1. Install Dropbox

  2. Add this line to ~/.profile

     export PATH=$HOME/bin:$PATH
    
  3. Create /etc/init.d/dropbox

  4. Add the contents of the file below

  5. Make the script executable and add it to the system startup

sudo chmod +x /etc/init.d/dropbox