diff options
Diffstat (limited to 'xmake/modules/package/manager/apt/install.lua')
| -rw-r--r-- | xmake/modules/package/manager/apt/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/apt/install.lua b/xmake/modules/package/manager/apt/install.lua index ca65a3b95..bf5c26817 100644 --- a/xmake/modules/package/manager/apt/install.lua +++ b/xmake/modules/package/manager/apt/install.lua @@ -59,7 +59,7 @@ function main(name, opt) if confirm == nil then -- show tips - cprint("${bright yellow}note: ${default yellow}try installing %s with administrator permission?", name) + cprint("${color.warning}note: ${clear}try installing %s with administrator permission?", name) cprint("please input: y (y/n)") -- get answer |
