Merge pull request #321 from ONLYOFFICE/ShockwaveNN-patch-1

Fix forgotten `-y` flag for installation confirmation
This commit is contained in:
Oleg Korshul
2021-05-28 10:27:46 +03:00
committed by GitHub

View File

@ -73,7 +73,7 @@ def install_deps():
base.cmd("sudo", ["npm", "install", "-g", "npm@6"])
else:
print("OK")
base.cmd("sudo", ["apt-get", "install", "npm", "yarn"], True)
base.cmd("sudo", ["apt-get", "-y", "install", "npm", "yarn"], True)
base.cmd("sudo", ["npm", "install", "-g", "grunt-cli"])
base.cmd("sudo", ["npm", "install", "-g", "pkg"])