diff --git a/hererocks.py b/hererocks.py index 8150c98..93093eb 100755 --- a/hererocks.py +++ b/hererocks.py @@ -1278,6 +1278,8 @@ class LuaRocks(Program): # Since LuaRocks 2.1.2 if "/NOREG" in help_text: args += ["/NOREG", "/Q"] + if "/NOADMIN" in help_text: + args += ["/NOADMIN"] run(args)