Merge pull request #196 from dylanmtaylor/patch-3
Remove evolution from default installation as suggested
This commit is contained in:
commit
27853bf444
|
|
@ -1,4 +1,4 @@
|
||||||
import archinstall
|
import archinstall
|
||||||
|
|
||||||
installation.add_additional_packages("gnome gnome-tweaks gnome-todo gnome-sound-recorder evolution gdm")
|
installation.add_additional_packages("gnome gnome-tweaks gnome-todo gnome-sound-recorder gdm")
|
||||||
# Note: gdm should be part of the gnome group, but adding it here for clarity
|
# Note: gdm should be part of the gnome group, but adding it here for clarity
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue