From 1590f6fbb7ccc0cb128fedcd3996e416654ea3b2 Mon Sep 17 00:00:00 2001 From: Talon <83449188+Talon996@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:13:27 +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 751a9ac17..d5fbb3f7e 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -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