mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.dependencies: Missed a Debian/
This commit is contained in:
parent
86de468002
commit
a918d40c04
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ local socket = softreq "socket"
|
|||
|
||||
if not socket then
|
||||
missingdep("luasocket", {
|
||||
["Ubuntu"] = "sudo apt-get install liblua5.1-socket2";
|
||||
["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-socket2";
|
||||
["luarocks"] = "luarocks install luasocket";
|
||||
["Source"] = "http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/";
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue