mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.10->trunk
This commit is contained in:
commit
597d317427
7 changed files with 13 additions and 24 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue