From 96cb6cc943758664ca4b91ea8adc4c4e29f124d2 Mon Sep 17 00:00:00 2001 From: Nikita Triblya <69369034+Tr3bleee@users.noreply.github.com> Date: Wed, 21 Jun 2023 09:49:06 +0200 Subject: Update lxqt.py (#1878) Removed the comma after the "slock" package, since it is the final package --- archinstall/default_profiles/desktops/lxqt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/default_profiles') diff --git a/archinstall/default_profiles/desktops/lxqt.py b/archinstall/default_profiles/desktops/lxqt.py index 146e168e..60bf47f2 100644 --- a/archinstall/default_profiles/desktops/lxqt.py +++ b/archinstall/default_profiles/desktops/lxqt.py @@ -23,7 +23,7 @@ class LxqtProfile(XorgProfile): "xdg-utils", "ttf-freefont", "leafpad", - "slock", + "slock" ] @property -- cgit v1.2.3-54-g00ecf