Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archinstall/lib/interactions/general_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def ask_additional_packages_to_install(
) -> list[str]:
Tui.print(str(_('Loading packages...')), clear_screen=True)

repositories |= {Repository.Core, Repository.Extra}
repositories |= {Repository.Core, Repository.Extra, Repository.Multilib}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not work, as this is only a filter for listed packages

packages = list_available_packages(tuple(repositories))

# Additional packages (with some light weight error handling for invalid package names)
Expand Down