index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2021-06-09 20:53:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 20:53:23 +0200 |
commit | 26c522969fac3436209cb6b4669b179f1ee13ab5 (patch) | |
tree | a9945baf11c1a0b45763166131639e20649844aa /profiles/desktop.py | |
parent | 53c2452098d22bacd3e5dd3bb6984c4494306deb (diff) |
-rw-r--r-- | profiles/desktop.py | 2 |
diff --git a/profiles/desktop.py b/profiles/desktop.py index 26da7cbd..73df9256 100644 --- a/profiles/desktop.py +++ b/profiles/desktop.py @@ -42,7 +42,7 @@ def _prep_function(*args, **kwargs): 'budgie', 'mate', 'deepin', - 'enlightenment' + 'enlightenment', ] desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ', allow_empty_input=False, sort=True) |