index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Aggam Rahamim <agamclass@gmail.com> | 2021-04-25 14:56:03 +0300 |
---|---|---|
committer | Aggam Rahamim <agamclass@gmail.com> | 2021-04-25 14:56:03 +0300 |
commit | e25018131756757999bbe8ba8e54ec3ae8224c7d (patch) | |
tree | 828fb3ad3882d4dfac3e522c52a16369c6042990 /profiles/applications/xfce4.py | |
parent | 5c9859d316b8064949370c03745cfd99e0d67670 (diff) | |
parent | 4db40c06eb37390eaa19b6d8b0afa7b21c5e65b3 (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 |