From a2be4e0256be78d9751d177f040a1a5754eaaa43 Mon Sep 17 00:00:00 2001 From: HawkinC Macbook Date: Wed, 10 Dec 2025 13:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E8=84=9A=E6=9C=AC=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-os-and-apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-os-and-apps.sh b/config-os-and-apps.sh index fda42e7..651d68c 100644 --- a/config-os-and-apps.sh +++ b/config-os-and-apps.sh @@ -72,5 +72,5 @@ EOF # = 通过目标仓库的初始化脚本进行初始化 if test "$INIT" = "enable"; then echo -e "\033[032mgit clone success, init project by script itself...\033[0m" - bash "$HOME"/.config/.bin/bin/Init.sh + bash "$HOME"/.config/.bin/bin/init.sh fi