Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/desktop.py
diff options
context:
space:
mode:
authorrobsonsilv4 <robsonsilv410@gmail.com>2021-04-15 23:33:04 -0300
committerrobsonsilv4 <robsonsilv410@gmail.com>2021-04-15 23:33:04 -0300
commitfcd07b284e52cedc0a2f91fa6bd1d00cf675189b (patch)
treeef6c4b72bfcc237138a47563594d279e6aaa29c5 /profiles/desktop.py
parent65c6807cc99a4c5bbd1ec8097b2472669475cf7d (diff)
Add Deepin desktop
Diffstat (limited to 'profiles/desktop.py')
-rw-r--r--profiles/desktop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index 846182e2..dce2e18b 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -16,7 +16,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
- supported_desktops = ['gnome', 'kde', 'awesome', 'sway', 'cinnamon', 'xfce4', 'lxqt', 'i3', 'budgie', 'mate']
+ supported_desktops = ['gnome', 'kde', 'awesome', 'sway', 'cinnamon', 'xfce4', 'lxqt', 'i3', 'budgie', 'mate', 'deepin']
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')
# Temporarily store the selected desktop profile