aboutsummaryrefslogtreecommitdiffstats
path: root/util/dependencies.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-23 01:30:58 +0100
committerKim Alvefur <zash@zash.se>2017-03-23 01:30:58 +0100
commit761779fef974a25ec1d96f93941cc54bb40ae0af (patch)
tree8907b93b95ab3e10a7e3fc7aaef48a769cd190b0 /util/dependencies.lua
parent2880ac5ebadc2b3eb7f4b05f80365c4847ee4b1d (diff)
parent886603192223eeb71f83997c6958bf120cb1c530 (diff)
downloadprosody-761779fef974a25ec1d96f93941cc54bb40ae0af.tar.gz
prosody-761779fef974a25ec1d96f93941cc54bb40ae0af.zip
Merge 0.10->trunk
Diffstat (limited to 'util/dependencies.lua')
-rw-r--r--util/dependencies.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dependencies.lua b/util/dependencies.lua
index 38aced70..9b0afd77 100644
--- a/util/dependencies.lua
+++ b/util/dependencies.lua
@@ -93,7 +93,7 @@ local function check_dependencies()
if not ssl then
missingdep("LuaSec", {
- ["Debian/Ubuntu"] = "https://prosody.im/download/start#debian_and_ubuntu";
+ ["Debian/Ubuntu"] = "sudo apt-get install lua-sec";
["luarocks"] = "luarocks install luasec";
["Source"] = "https://github.com/brunoos/luasec";
}, "SSL/TLS support will not be available");