From 02287dfd43446dd7e5826055c953aa72d1a98676 Mon Sep 17 00:00:00 2001 From: A-Cepheus <60658915+A-Cepheus@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:37:26 +0800 Subject: [PATCH] Update setup.sh --- scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 50488f963..e6e8779be 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -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