Dropbox for Elementary OS

September 14, 2016 ยท View on GitHub

This script, designed for Elementary OS, installs the latest version of Dropbox and integrates it with WingPanel.

System tray icon preview

Installation

Before you install

You need to install git and uninstall any previous version of Dropbox on your system (Software Center, apt-get...).

Install

git clone https://github.com/zant95/elementary-dropbox /tmp/elementary-dropbox
bash /tmp/elementary-dropbox/install.sh

Uninstall

git clone https://github.com/zant95/elementary-dropbox /tmp/elementary-dropbox
bash /tmp/elementary-dropbox/uninstall.sh

Command line options

-y    Automatic "yes" to prompts
-n    Automatic "no" to prompts

Dropbox updates

This script itself doesn't handle updates. Dropbox will auto-update when a new version is available.

Credits