Prelim: Capture package manager output so it doesn't break the setup display

This commit is contained in:
Rory Fewell
2025-07-07 22:42:16 +01:00
parent 708c93a5d8
commit ab2c2d8687

View File

@@ -242,6 +242,7 @@ def wsetup_step_prep_install(stdscr):
try:
subprocess.run(
pkgcmd.split(),
capture_output=True,
check=True
)
except: