From ec61e2c3d23459d2f845cbaed6ed73824c7ed280 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Wed, 14 Jan 2026 00:43:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BB=BF=E8=89=B2=E8=BE=93?= =?UTF-8?q?=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/utils/base.sh b/bin/utils/base.sh index a6e0a84..24b2b05 100644 --- a/bin/utils/base.sh +++ b/bin/utils/base.sh @@ -4,6 +4,10 @@ red(){ echo -e "\033[31m$1\033[0m" } +green(){ + echo -e "\033[32m$1\033[0m" +} + # 获取系统包管理器 get_package_manager(){