diff options
| author | ruki <[email protected]> | 2026-01-01 00:26:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-01 00:26:49 +0800 |
| commit | 34a2d99adfd90c5dac77f0201528961712e92912 (patch) | |
| tree | aaba5501ac43f37a9f41acd84c7d043c3bb9bb99 | |
| parent | 7c06c581c3f99a3eda87d88a334e42802175ddfd (diff) | |
remove verbose for yum #7177
| -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 |
