Diff

util/dependencies.lua @ 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
parent 7875:3fbfd7210d78
child 7999:980606856882
child 8234:97b3ca502547
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");