Update setup.sh

This commit is contained in:
A-Cepheus 2024-03-15 11:37:26 +08:00 committed by GitHub
parent e47bc7a1fa
commit 02287dfd43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,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/ChatGPTNextWeb/ChatGPT-Next-Web
git clone https://github.com/A-Cepheus/ChatGPT-Next-Web
cd ChatGPT-Next-Web
yarn install