index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | codefiles <11915375+codefiles@users.noreply.github.com> | 2022-08-11 05:32:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 11:32:33 +0200 |
commit | 397cceca90592ec39a594cd8fa5215b64d7238ae (patch) | |
tree | 731f50e612a954798f165fbcef309b06711200d7 /archinstall/lib/installer.py | |
parent | 259aaa488428aa5647d27ebb8e4678829e793dc2 (diff) |
-rw-r--r-- | archinstall/lib/installer.py | 2 |
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 798801aa..8b87b072 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -705,7 +705,7 @@ class Installer: self.log("The multilib flag is set. This system will be installed with the multilib repository enabled.") self.enable_multilib_repository() else: - self.log("The testing flag is not set. This system will be installed without testing repositories enabled.") + self.log("The multilib flag is not set. This system will be installed without multilib repositories enabled.") if testing: self.log("The testing flag is set. This system will be installed with testing repositories enabled.") |