Merge pull request #390 from dylanmtaylor/patch-9
Add lighttpd application profile
This commit is contained in:
commit
fb56fa3c5f
|
|
@ -0,0 +1,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')
|
||||
Loading…
Reference in New Issue