Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/lighttpd.py
blob: a1e6a371fbb23341be23b04e44a0449a3d9892f8 (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"]

installation.add_additional_packages(__packages__)

installation.enable_service('lighttpd')