From d6ccdc9fce9965fc0ad6989e395797fd0a2be33a Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:26:53 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fdaee64..781e9e2 100644 --- a/install.sh +++ b/install.sh @@ -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 "克隆成功"