This commit is contained in:
Zsolt Ero
2023-12-05 23:58:27 +01:00
parent fab71939ad
commit 0f81a008d8
4 changed files with 20 additions and 9 deletions

View File

@@ -88,6 +88,7 @@ def apt_get_install(c, pkgs, warn=False):
c.sudo(
f'DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends {pkgs}',
warn=warn,
echo=True,
)