util/dependencies.lua
changeset 7996 c654c92aad55
parent 7878 3fbfd7210d78
child 8002 980606856882
child 8237 97b3ca502547
--- 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");