Software /
code /
prosody-modules
File
mod_admin_web/admin_web/get_deps.sh @ 310:b3bcd1913c85
mod_auth_dovecot: Switch to using upvalue 'conn' instead of provider.c throughout (thanks Adrien Clerc)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 08 Jan 2011 16:54:33 +0000 |
parent | 297:a70284e01453 |
child | 331: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)