Mercurial > prosody-modules
view mod_admin_web/admin_web/get_deps.sh @ 295:e373de5907aa
mod_admin_web: Only create the node once when loading onto multiple hosts
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Fri, 24 Dec 2010 01:59:28 +0100 |
parents | 94fab3c0a7aa |
children | a70284e01453 |
line wrap: on
line source
#!/bin/sh cd www_files/js wget http://code.jquery.com/jquery-1.4.4.min.js git clone git://github.com/metajack/strophejs.git strophejs cd strophejs make strophe.js && cp strophe.js ../strophe.js cd .. rm -rf strophejs