From b068678cf32821b829f74024890adbdc7ac98488 Mon Sep 17 00:00:00 2001 From: sususu98 Date: Fri, 12 Dec 2025 11:03:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A1=AE=E4=BF=9D=20PATH=20=E5=8C=85?= =?UTF-8?q?=E5=90=AB=20bun=20=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 753165f..509f43d 100755 --- a/setup.sh +++ b/setup.sh @@ -4,6 +4,9 @@ set -e +# 确保 PATH 包含常见的包管理器路径 +export PATH="$HOME/.bun/bin:$HOME/.local/bin:$HOME/.npm-global/bin:/usr/local/bin:$PATH" + # ========== 颜色定义 ========== RED='\033[0;31m' GREEN='\033[0;32m'