Added some bold colors

This commit is contained in:
Anton Hvornum 2021-04-12 00:17:23 +02:00
parent 8355bbe476
commit 613133f96f
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ from .lib.hardware import *
__version__ = "2.1.3"
if hasUEFI() is False:
log("Archinstall currently only support UEFI booted machines. MBR & Grub is coming in version 2.2.0!")
log("Archinstall currently only support UEFI booted machines. MBR & Grub is coming in version 2.2.0!", fg="red", LOG_LEVELS.Error)
exit(1)
## Basic version of arg.parse() supporting:
## --key=value