Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/default_profiles
diff options
context:
space:
mode:
authorNikita Triblya <69369034+Tr3bleee@users.noreply.github.com>2023-06-21 09:48:48 +0200
committerGitHub <noreply@github.com>2023-06-21 09:48:48 +0200
commit64a0d097f047b8923881daa1d4c2516aa6538dae (patch)
treecec9c72146dd3966b3127fa1e4eeaffdd671d77c /archinstall/default_profiles
parent1b5ecb65aabe546cea51da1de7fad61ff1d32525 (diff)
Update budgie.py (#1877)
Removed the comma after the "papirus-icon-theme" package, since it is the final package
Diffstat (limited to 'archinstall/default_profiles')
-rw-r--r--archinstall/default_profiles/desktops/budgie.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/default_profiles/desktops/budgie.py b/archinstall/default_profiles/desktops/budgie.py
index 32bd718d..93be320f 100644
--- a/archinstall/default_profiles/desktops/budgie.py
+++ b/archinstall/default_profiles/desktops/budgie.py
@@ -18,7 +18,7 @@ class BudgieProfile(XorgProfile):
"budgie",
"mate-terminal",
"nemo",
- "papirus-icon-theme",
+ "papirus-icon-theme"
]
@property