mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix python always install as user. (#11562)
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
"Illuminate\\Foundation\\ComposerScripts::postUpdate"
|
||||
],
|
||||
"python-requirements": [
|
||||
"scripts/check_requirements.py || pip3 install -r requirements.txt || :"
|
||||
"scripts/check_requirements.py || pip3 install --user -r requirements.txt || :"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user