# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1490105915 -3600
# Node ID c654c92aad5522077c40e2c74a294d35bd3de275
# Parent  51396e0836cf0122b264ce279e73db13413b60d8
util.dependencies: Give APT command for installing lua-sec

diff -r 51396e0836cf -r c654c92aad55 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");