From 40909440b85f7da20933b4d41804fd65d55dd045 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Fri, 2 Jan 2026 23:04:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BB=BF=E8=89=B2=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E8=BE=93=E5=87=BA=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/utils/base.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/utils/base.sh b/bin/utils/base.sh index d7523d3..4f850f0 100644 --- a/bin/utils/base.sh +++ b/bin/utils/base.sh @@ -4,6 +4,9 @@ red(){ echo -e "\033[31m$1\033[0m" } +green(){ + echo -e "\033[32m$1\033[0m" +} # 获取系统包管理器 get_package_manager(){