Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/lighttpd.py
blob: 71158861d85c4d2ef58683b07730a54ee626c306 (plain)
1
2
3
4
5
6
7
8
9
import archinstall

# Define the package list in order for lib to source
# which packages will be installed by this profile
__packages__ = ["lighttpd"]

archinstall.storage['installation_session'].add_additional_packages(__packages__)

archinstall.storage['installation_session'].enable_service('lighttpd')