Changeset

7993:c654c92aad55

util.dependencies: Give APT command for installing lua-sec
author Kim Alvefur <zash@zash.se>
date Tue, 21 Mar 2017 15:18:35 +0100
parents 7992:51396e0836cf
children 7994:3325ac397f17
files util/dependencies.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/dependencies.lua	Tue Mar 21 12:08:29 2017 +0100
+++ b/util/dependencies.lua	Tue Mar 21 15:18:35 2017 +0100
@@ -93,7 +93,7 @@
 
 	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");