From 30ae91c0706a4a97ca1153da0d40ea3d4e36f68a Mon Sep 17 00:00:00 2001 From: ParisNeo Date: Sat, 22 Apr 2023 21:51:41 +0200 Subject: [PATCH] bugfix --- webui.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/webui.sh b/webui.sh index e2b7d210..4eb0f120 100644 --- a/webui.sh +++ b/webui.sh @@ -60,6 +60,7 @@ else echo Cloning repository... rem Clone the Git repository into a temporary directory git clone https://github.com/nomic-ai/gpt4all-ui.git ./GPT4All + cd GPT4All fi fi echo Pulling latest version...