diff options
| -rw-r--r-- | xmake/modules/package/manager/yum/install_package.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/package/manager/yum/install_package.lua b/xmake/modules/package/manager/yum/install_package.lua index 320858079..02f20a5ce 100644 --- a/xmake/modules/package/manager/yum/install_package.lua +++ b/xmake/modules/package/manager/yum/install_package.lua @@ -43,9 +43,6 @@ function main(name, opt) -- init argv local argv = {"install", "-y", opt.yum or name} - if opt.verbose or option.get("verbose") then - table.insert(argv, "--verbose") - end -- install package directly if the current user is root if os.isroot() then |
