diff --git a/src/kibot-check b/src/kibot-check index a6655db0..679ddc71 100755 --- a/src/kibot-check +++ b/src/kibot-check @@ -971,6 +971,10 @@ def binary_tool(severity, name, url, url_down, deb_package, deb, extra_deb, role show_roles(roles) print(RESET) + +# Force iBoM to avoid the use of graphical stuff +os.environ['INTERACTIVE_HTML_BOM_NO_DISPLAY'] = 'True' + # ###################################################################################################################### # Core tools # ###################################################################################################################### diff --git a/src/kibot-check.in b/src/kibot-check.in index 957fd994..16df08c2 100755 --- a/src/kibot-check.in +++ b/src/kibot-check.in @@ -253,6 +253,10 @@ def binary_tool(severity, name, url, url_down, deb_package, deb, extra_deb, role show_roles(roles) print(RESET) + +# Force iBoM to avoid the use of graphical stuff +os.environ['INTERACTIVE_HTML_BOM_NO_DISPLAY'] = 'True' + # ###################################################################################################################### # Core tools # ######################################################################################################################