Update install.sh

This commit is contained in:
Clivia
2024-01-29 21:32:13 +08:00
committed by GitHub
parent 1554977868
commit 7f15377740

View File

@@ -82,7 +82,7 @@ else
fi fi
# 设置目标目录 # 设置目标目录
target_dir="/gpt4-copilot-java" target_dir="/"
# 检查目标目录是否已经存在 # 检查目标目录是否已经存在
if [ -d "$target_dir" ]; then if [ -d "$target_dir" ]; then