mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.dependencies: Fix package name of LuaFilesystem
This commit is contained in:
parent
beb6fa2f21
commit
6428065b5e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ local lfs, err = softreq "lfs"
|
|||
if not lfs then
|
||||
missingdep("luafilesystem", {
|
||||
["luarocks"] = "luarocks install luafilesystem";
|
||||
["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-luafilesystem0";
|
||||
["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-filesystem0";
|
||||
["Source"] = "http://www.keplerproject.org/luafilesystem/";
|
||||
});
|
||||
fatal = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue