mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Fix build
This commit is contained in:
@ -43,7 +43,8 @@ def install_deps():
|
|||||||
"libncurses6",
|
"libncurses6",
|
||||||
"curl",
|
"curl",
|
||||||
"libxkbcommon-dev",
|
"libxkbcommon-dev",
|
||||||
"libxkbcommon-x11-dev"]
|
"libxkbcommon-x11-dev",
|
||||||
|
"libnotify-dev"]
|
||||||
|
|
||||||
for package in packages:
|
for package in packages:
|
||||||
base.cmd("sudo", ["apt-get", "install", "-y", package], True)
|
base.cmd("sudo", ["apt-get", "install", "-y", package], True)
|
||||||
|
|||||||
Reference in New Issue
Block a user