index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-27 11:42:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 11:42:05 +0000 |
commit | 6625f359d01e4f065aca469c2f301a978863c6ef (patch) | |
tree | 83dcb8f735f9fd625a266229568c489741d44d87 /profiles/applications/xfce4.py | |
parent | ea9d34e8fcd549c2602ced2bdcf13b29e9221817 (diff) | |
parent | 63a597a4fe40a029098aa21ade086eeae6203109 (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 |