mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.dependencies: Update Debian package names for liblua5.1-lib0 -> lua-lib transition
This commit is contained in:
parent
b95406c413
commit
43cc8f2d9d
1 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ local function check_dependencies()
|
|||
|
||||
if not lxp then
|
||||
missingdep("luaexpat", {
|
||||
["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-expat0";
|
||||
["Debian/Ubuntu"] = "sudo apt-get install lua-expat";
|
||||
["luarocks"] = "luarocks install luaexpat";
|
||||
["Source"] = "http://matthewwild.co.uk/projects/luaexpat/";
|
||||
});
|
||||
|
@ -72,7 +72,7 @@ local function check_dependencies()
|
|||
|
||||
if not socket then
|
||||
missingdep("luasocket", {
|
||||
["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-socket2";
|
||||
["Debian/Ubuntu"] = "sudo apt-get install lua-socket";
|
||||
["luarocks"] = "luarocks install luasocket";
|
||||
["Source"] = "http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/";
|
||||
});
|
||||
|
@ -83,7 +83,7 @@ local function check_dependencies()
|
|||
if not lfs then
|
||||
missingdep("luafilesystem", {
|
||||
["luarocks"] = "luarocks install luafilesystem";
|
||||
["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-filesystem0";
|
||||
["Debian/Ubuntu"] = "sudo apt-get install lua-filesystem";
|
||||
["Source"] = "http://www.keplerproject.org/luafilesystem/";
|
||||
});
|
||||
fatal = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue