From 64a0d097f047b8923881daa1d4c2516aa6538dae Mon Sep 17 00:00:00 2001 From: Nikita Triblya <69369034+Tr3bleee@users.noreply.github.com> Date: Wed, 21 Jun 2023 09:48:48 +0200 Subject: Update budgie.py (#1877) Removed the comma after the "papirus-icon-theme" package, since it is the final package --- archinstall/default_profiles/desktops/budgie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/default_profiles') 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 -- cgit v1.2.3-54-g00ecf