This script can automatically download and install the latest experimental build of Dropbox, if the latest version is newer than your current version.
Download the script:
-Shell source:
http://dl.getdropbox.com/u/1108539/dbupdate/dbupdate0.2.9 (core script)
-Debian/Ubuntu (deb) packages:
http://dl.getdropbox.com/u/1108539/dbupdate/dbupdate-0.2.5.deb (integration, optional)
http://dl.getdropbox.com/u/1108539/dbupdate/dbupdate-bin-0.2.9.deb (core script)
-Fedora/Red-Hat (rpm) package:
http://dl.getdropbox.com/u/1108539/dbupdate/dbupdate-bin-0.2.9-1.noarch.rpm (core script)
Or on Debian/Ubuntu, you can add this repo to your sources.list:
deb http://dl.dropbox.com/u/1108539/dbupdate ./ #dbupdate
Then run sudo apt-get update && sudo apt-get install dbupdate to install.
dbupdate depends on dbupdate-bin, (the script) libnotify-bin, (the notifier) and zenity, (GUI info) and adds an autostart entry. This entry defaults to upgrade the Dropbox client. Edit the dbupdate autostart entry to change the delay or otherwise alter the default behaviour at login.
dbupdate-bin is the package containing the actual script. Depends on bash.
If script downloaded as source, you can run this script from wherever, but if you find it useful I would recommend using it's built-in "installer", which sets itself up in /usr/share/dbupdate and creates a symlink to /usr/bin/dbupdate to make it easier to use. If you wish to install, use: sudo bash ./dbupdate0.2.9 -i0 from the same directory as the script, afterwhich the script can be called using dbupdate from anywhere. Installing this script in this manner is not required for it to function.
Usage is pretty straight forward, use dbupdate -h or see man dbupdate
(old) Video showing script working at http://www.youtube.com/watch?v=dwJNDHsNNSA for those who are interested.
Changelog is available at http://dl.dropbox.com/u/1108539/dbupdate/changelog for those who are interested.
GNU-LGPL license is available at http://dl.dropbox.com/u/1108539/dbupdate/LICENSE
Feel free to contribute to this code on your own, but please post or link your updates so I can include them in this post.
Comments, suggestions, bug reports, and polite criticisms are welcome.

Seth B.