index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Sxmourai <49468969+Sxmourai@users.noreply.github.com> | 2023-09-22 11:46:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 11:46:59 +0200 |
commit | d6e3a4651f2ff944a00e8acfb316db8be2fbcf3e (patch) | |
tree | d635e01b760045bf3a84f5148700b8fcf212edfe /archinstall/lib | |
parent | 4f9e8d2381d9603f99d37fe38462a2f98d059d37 (diff) |
-rw-r--r-- | archinstall/lib/interactions/general_conf.py | 2 |
diff --git a/archinstall/lib/interactions/general_conf.py b/archinstall/lib/interactions/general_conf.py index 8dd6e94f..56598e25 100644 --- a/archinstall/lib/interactions/general_conf.py +++ b/archinstall/lib/interactions/general_conf.py @@ -218,4 +218,4 @@ def select_additional_repositories(preset: List[str]) -> List[str]: case MenuSelectionType.Reset: return [] case MenuSelectionType.Selection: return choice.single_value - return [] + return []
\ No newline at end of file |