mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-06-16 22:38:09 +00:00
fixed error in install scripts
This commit is contained in:
@ -140,13 +140,15 @@ cd ../models_zoo
|
||||
git checkout main
|
||||
|
||||
cd ../..
|
||||
cd ../lollms_core
|
||||
|
||||
cd lollms_core
|
||||
git checkout main
|
||||
|
||||
cd ../utilities/safe_store
|
||||
git checkout main
|
||||
|
||||
cd ../..
|
||||
|
||||
# Loop through each "git+" requirement and uninstall it (workaround for inconsistent git package updating)
|
||||
while IFS= read -r requirement; do
|
||||
if echo "$requirement" | grep -q "git+"; then
|
||||
|
Reference in New Issue
Block a user