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:
authorBen Langfeld <ben@langfeld.me>2015-03-11 15:24:03 +0300
committerBen Langfeld <ben@langfeld.me>2015-03-11 15:24:03 +0300
commit6869080bd7978385dc4604ca479b390917ca83f1 (patch)
tree0557b255cdeb712e5ee293713c158581e4e11db5
parent5b1981690ab9156e76169b613a36821c3a49b5d9 (diff)
parent9240bbb1792a5876fc33be050353b4e3b692c336 (diff)
Merge pull request #374 from candy-chat/feature/fix-provisioning
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