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