mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
Prelim: Capture package manager output so it doesn't break the setup display
This commit is contained in:
@@ -242,6 +242,7 @@ def wsetup_step_prep_install(stdscr):
|
||||
try:
|
||||
subprocess.run(
|
||||
pkgcmd.split(),
|
||||
capture_output=True,
|
||||
check=True
|
||||
)
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user