Update setup.sh

This commit is contained in:
Talon 2023-04-24 14:13:27 +08:00 committed by GitHub
parent 8ddddb1c7d
commit 1590f6fbb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ if ! command -v node >/dev/null || ! command -v git >/dev/null || ! command -v y
fi
# Clone the repository and install dependencies
git clone https://github.com/Yidadaa/ChatGPT-Next-Web
git clone https://github.com/Talon996/ChatGPT-Next-Web
cd ChatGPT-Next-Web
yarn install