index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-11 14:23:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 14:23:29 +0000 |
commit | be45268d0bca2ee978d82d8361a12c5025a8baae (patch) | |
tree | a01fd3640bbdf3957b307ba711a6e206f462ab50 /profiles/applications | |
parent | 75b6ab396e3913e021ebfc49b626dfefd9eb0924 (diff) | |
parent | cf46642037bf6ed098dc5dfd088b7a2f2e6d5d68 (diff) |
-rw-r--r-- | profiles/applications/mate.py | 3 |
diff --git a/profiles/applications/mate.py b/profiles/applications/mate.py new file mode 100644 index 00000000..24d6be47 --- /dev/null +++ b/profiles/applications/mate.py @@ -0,0 +1,3 @@ +import archinstall + +installation.add_additional_packages("mate mate-extra lightdm lightdm-gtk-greeter")
\ No newline at end of file |