Add cockpit, depends on #396
This commit is contained in:
parent
5e567b6f3b
commit
af3d85dc7d
|
|
@ -4,7 +4,7 @@ import archinstall, os, logging
|
|||
|
||||
is_top_level_profile = True
|
||||
|
||||
available_servers = ["docker", "httpd", "lighttpd", "mariadb", "nginx", "postgresql", "sshd", "tomcat"]
|
||||
available_servers = ["cockpit", "docker", "httpd", "lighttpd", "mariadb", "nginx", "postgresql", "sshd", "tomcat"]
|
||||
|
||||
def _prep_function(*args, **kwargs):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue