aboutsummaryrefslogtreecommitdiffstats
path: root/util/dependencies.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-21 15:18:35 +0100
committerKim Alvefur <zash@zash.se>2017-03-21 15:18:35 +0100
commit4a5b4067a983ad128e4f89d9b0039f30167a3522 (patch)
tree7747fe321a698cbfc351d1f9692341aed40e0b08 /util/dependencies.lua
parent593b5348efee34f9db46f20eb95415dbc4247e5b (diff)
downloadprosody-4a5b4067a983ad128e4f89d9b0039f30167a3522.tar.gz
prosody-4a5b4067a983ad128e4f89d9b0039f30167a3522.zip
util.dependencies: Give APT command for installing lua-sec
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 8c8e731c..de840241 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"] = "http://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");