util.dependencies: Give APT command for installing lua-sec
authorKim Alvefur <zash@zash.se>
Tue, 21 Mar 2017 15:18:35 +0100
changeset 7996 c654c92aad55
parent 7995 51396e0836cf
child 7997 3325ac397f17
util.dependencies: Give APT command for installing lua-sec
util/dependencies.lua
--- 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");