Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-12 00:33:54 +0200
committerAnton Hvornum <anton@hvornum.se>2021-04-12 00:33:54 +0200
commit22a506d9c3300700aba5e88fb473a54471970f36 (patch)
treeb5e36d255d14d284c70b35972fdba465a342f00a /archinstall
parent78bedb6d8a148d5329a8af82ab1484c48b38f8b3 (diff)
Update __init__.py
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/__init__.py b/archinstall/__init__.py
index c80c6a62..fd51efc3 100644
--- a/archinstall/__init__.py
+++ b/archinstall/__init__.py
@@ -17,7 +17,7 @@ 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)
+ 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: