Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weibel <michael.weibel@gmail.com>2015-03-11 10:00:37 +0300
committerMichael Weibel <michael.weibel@gmail.com>2015-03-11 10:00:37 +0300
commit9240bbb1792a5876fc33be050353b4e3b692c336 (patch)
tree3c09c221d0c687a953a75179b10b22aa6392ba03
parent039aa58d206558785c61d4f57f79d4f59d1173d3 (diff)
Remove websocket/carbons downloading, is now in main repo
-rw-r--r--devbox/provisioning.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/devbox/provisioning.sh b/devbox/provisioning.sh
index 76ff67c..309050b 100644
--- a/devbox/provisioning.sh
+++ b/devbox/provisioning.sh
@@ -15,12 +15,6 @@ apt-get update
apt-get install -y liblua5.1-bitop prosody lua-event
-# Install Websockets module
-wget -O /usr/lib/prosody/modules/mod_websocket.lua http://prosody-modules.googlecode.com/hg/mod_websocket/mod_websocket.lua
-
-# Install Carbons module
-wget -O /usr/lib/prosody/modules/mod_websocket.lua http://prosody-modules.googlecode.com/hg/mod_carbons/mod_carbons.lua
-
# Place config
cp /vagrant/devbox/prosody.cfg.lua /etc/prosody/prosody.cfg.lua