We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab3653 commit 6c33bceCopy full SHA for 6c33bce
1 file changed
archinstall/lib/interactions/general_conf.py
@@ -172,7 +172,7 @@ def ask_additional_packages_to_install(
172
) -> list[str]:
173
Tui.print(str(_('Loading packages...')), clear_screen=True)
174
175
- repositories |= {Repository.Core, Repository.Extra}
+ repositories |= {Repository.Core, Repository.Extra, Repository.Multilib}
176
packages = list_available_packages(tuple(repositories))
177
178
# Additional packages (with some light weight error handling for invalid package names)
0 commit comments