install hbc_mini via package or script

This commit is contained in:
Andreas Wrede
2026-05-01 11:13:33 -04:00
parent c4f09e9ced
commit 85ee0e1040
3 changed files with 46 additions and 16 deletions
+1 -1
View File
@@ -875,7 +875,7 @@ async def _handle_update(conn: AsyncConnection):
log.info("running installer: %s", installer)
try:
proc = await asyncio.create_subprocess_exec(
installer, "client",
installer, "miniclient",
stdout=asyncio.subprocess.PIPE,
stderr=asyncio.subprocess.STDOUT,
)