mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Don't load luarocks as util.dependencies now does this
This commit is contained in:
parent
d32bfb15fd
commit
5a1301487a
1 changed files with 0 additions and 4 deletions
|
@ -33,10 +33,6 @@ if not require "util.dependencies".check_dependencies() then
|
|||
os.exit(1);
|
||||
end
|
||||
|
||||
-- Required to be able to find packages installed with luarocks
|
||||
pcall(require, "luarocks.require")
|
||||
|
||||
|
||||
config = require "core.configmanager"
|
||||
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue