Mercurial > prosody-modules
view mod_admin_web/admin_web/get_deps.sh @ 314:df212e1fa576
mod_remote_roster: Initial commit. Implements 2.2, 2.3 of <http://jkaluza.fedorapeople.org/remote-roster.html>.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Mon, 10 Jan 2011 16:35:43 +0500 |
parents | a70284e01453 |
children | b8ea61f3b442 |
line wrap: on
line source
#!/bin/sh cd www_files/js test -e jquery-1.4.4.min.js || wget http://code.jquery.com/jquery-1.4.4.min.js test -e adhoc.js || wget http://cgit.babelmonkeys.de/cgit.cgi/adhocweb/plain/js/adhoc.js test -e strophe.js || (git clone git://github.com/metajack/strophejs.git strophejs && \ cd strophejs && make strophe.js && cp strophe.js ../strophe.js && \ cd .. && rm -rf strophejs)