Merge pull request #282 from archlinux/torxed-launchwarning

Torxed launchwarning
This commit is contained in:
Anton Hvornum 2021-04-11 22:33:29 +00:00 committed by GitHub
commit 78bedb6d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ 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!", fg="red", LOG_LEVELS.Error)
exit(1)
## Basic version of arg.parse() supporting:
## --key=value
## --boolean