upgraded install scripts

This commit is contained in:
Saifeddine ALOUI
2024-04-21 19:11:06 +02:00
parent 1237eb0fd7
commit 73a2b74fe4
3 changed files with 9 additions and 0 deletions

View File

@ -107,6 +107,9 @@ if [ -d "lollms-webui" ]; then
cd utilities/safe_store
pip install -e .
cd ../..
cd utilities/pipmaster
pip install -e .
cd ../..
else
git clone --depth 1 --recurse-submodules "$REPO_URL"