Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-09 20:10:23 +0000
committerGitHub <noreply@github.com>2021-04-09 20:10:23 +0000
commitf1b42216a7393e58a02f2e885293efe88304cada (patch)
tree980071f88b6ec676085e92e99782c60580161ca3
parent495cd0d5cbcb5a3d882cb1e5bc7a0810cb33f619 (diff)
parent3eeb49bd441ea6311f6a38e893c78c271339fefa (diff)
Merge pull request #259 from dylanmtaylor/patch-4
Forgot to commit adding budgie to desktop profile
-rw-r--r--profiles/desktop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index e2850da4..7b10f773 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']
+ supported_desktops = ['gnome', 'kde', 'awesome', 'sway', 'cinnamon', 'xfce4', 'lxqt', 'i3', 'budgie']
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')
# Temporarily store the selected desktop profile