dbsima / dropbox-sync-linux

The project contains a way to install and periodically sync Dropbox on your Linux distro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Install the 64-bit Dropbox daemon

cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -

#Update and install Dropbox

sudo apt-get update && sudo apt-get install nautilus-dropbox

About

The project contains a way to install and periodically sync Dropbox on your Linux distro

License:Do What The F*ck You Want To Public License


Languages

Language:Python 100.0%