Update install.sh

This commit is contained in:
Clivia
2024-01-30 11:26:53 +08:00
committed by GitHub
parent 662d2acf90
commit d6ccdc9fce

View File

@@ -89,7 +89,7 @@ if [ -d "$target_dir" ]; then
confirm_delete
fi
echo "克隆 gitee 仓库到目标目录并切换到主分支"
echo "克隆 github 仓库到目标目录并切换到主分支"
git clone https://github.com/Yanyutin753/easy-gpt4-copilot-java.git /gpt4-copilot-java
echo "克隆成功"