mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[run] Fix
Use install from base
This commit is contained in:
@ -49,7 +49,7 @@ try:
|
||||
checksResult = check.check_dependencies()
|
||||
|
||||
if (len(checksResult.install) > 0):
|
||||
install_args = ['install_develop.py']
|
||||
install_args = ['../build_tools/scripts/install.py']
|
||||
install_args += checksResult.get_uninstall()
|
||||
install_args += checksResult.get_removepath()
|
||||
install_args += checksResult.get_install()
|
||||
|
||||
Reference in New Issue
Block a user