diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-21 15:18:35 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-21 15:18:35 +0100 |
commit | 4a5b4067a983ad128e4f89d9b0039f30167a3522 (patch) | |
tree | 7747fe321a698cbfc351d1f9692341aed40e0b08 | |
parent | 593b5348efee34f9db46f20eb95415dbc4247e5b (diff) | |
download | prosody-4a5b4067a983ad128e4f89d9b0039f30167a3522.tar.gz prosody-4a5b4067a983ad128e4f89d9b0039f30167a3522.zip |
util.dependencies: Give APT command for installing lua-sec
-rw-r--r-- | util/dependencies.lua | 2 |
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"); |