Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm1ten <57693631+m1ten@users.noreply.github.com>2021-04-04 12:58:05 -0400
committerGitHub <noreply@github.com>2021-04-04 12:58:05 -0400
commit9576486cfa6155a80a8fca833e27b3016dae7e37 (patch)
tree40b1baa7c8cfccadda454df75e43010db3ab295f
parent107c1d6caac6880212ac2b97152864b2916f8cd8 (diff)
added cinnamon
-rw-r--r--profiles/desktop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index 331adf59..0c89e543 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -10,7 +10,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
- supported_desktops = ['gnome', 'kde', 'awesome', 'xfce4']
+ supported_desktops = ['gnome', 'kde', 'awesome', 'xfce4', 'cinnamon']
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')
# Temporarly store the selected desktop profile