mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 09:16:15 +00:00
fixed install scripts
This commit is contained in:
parent
147f616270
commit
95c1e24d9b
@ -84,12 +84,8 @@ goto :GET_PERSONALITIES
|
||||
|
||||
:CLONE_REPO
|
||||
echo Cloning repository...
|
||||
git init
|
||||
git remote add origin https://github.com/nomic-ai/gpt4all-ui.git
|
||||
git fetch
|
||||
git reset origin/main
|
||||
git checkout -t origin/main
|
||||
git pull origin main
|
||||
git clone https://github.com/nomic-ai/gpt4all-ui.git .
|
||||
git pull
|
||||
goto :GET_PERSONALITIES
|
||||
|
||||
:GET_PERSONALITIES
|
||||
|
6
webui.sh
6
webui.sh
@ -58,10 +58,8 @@ echo Pulling latest changes
|
||||
git pull origin main
|
||||
else
|
||||
echo Cloning repository...
|
||||
git init
|
||||
git remote add origin https://github.com/nomic-ai/gpt4all-ui.git
|
||||
git pull origin main
|
||||
|
||||
git clone https://github.com/nomic-ai/gpt4all-ui.git .
|
||||
git pull
|
||||
fi
|
||||
|
||||
# Download latest personalities
|
||||
|
Loading…
x
Reference in New Issue
Block a user