index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Zach Osman <zosman@gmu.edu> | 2021-04-09 22:56:54 -0400 |
---|---|---|
committer | Zach Osman <zosman@gmu.edu> | 2021-04-09 22:56:54 -0400 |
commit | aee04406210c2f6b1846c8d6875d3903e7df8f35 (patch) | |
tree | 8735271b881430085c2a64ca4aa78d5cae4bee62 /examples | |
parent | 0888ca592aab78e629ac5bdcdf60f3e059155ba7 (diff) | |
parent | 69a873084593c32b2766315c02a1ddbcdac731d9 (diff) |
-rw-r--r-- | examples/guided.py | 1 |
diff --git a/examples/guided.py b/examples/guided.py index 2e553c4d..a92343f7 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -176,7 +176,6 @@ def ask_user_questions(): if not imported._prep_function(): archinstall.log( ' * Profile\'s preparation requirements was not fulfilled.', - bg='black', fg='red' ) exit(1) |