index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Владислав <awayfromgalaxy@gmail.com> | 2021-04-27 15:18:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 15:18:02 +0300 |
commit | 0c6ebc7e809cabcd2aacf3e13daf5327142f3b31 (patch) | |
tree | e4ff0e9cdd04b70f83eed822fcdec067f5b2094f /profiles/applications/xfce4.py | |
parent | 985b7fac3ff400de9954d441480ab795222f4b24 (diff) | |
parent | ae1c4ea7c2a1d56b23c843a2318c1400ebebb1af (diff) |
-rw-r--r-- | profiles/applications/xfce4.py | 4 |
diff --git a/profiles/applications/xfce4.py b/profiles/applications/xfce4.py index e8f659c2..9f4260da 100644 --- a/profiles/applications/xfce4.py +++ b/profiles/applications/xfce4.py @@ -1,3 +1,3 @@ import archinstall - -installation.add_additional_packages("xfce4 xfce4-goodies lightdm lightdm-gtk-greeter")
\ No newline at end of file +__packages__ = "xfce4 xfce4-goodies lightdm lightdm-gtk-greeter" +installation.add_additional_packages(__packages__)
\ No newline at end of file |