index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-05-15 13:04:18 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-05-15 13:04:18 -0400 |
commit | e111dd9bc1ac1c27efa14f89a2cb1464f135c0da (patch) | |
tree | be7d00c8a335d6a80f9aba2019fd6c8b3bff02ea /profiles/server.py | |
parent | 8d39ff4a765de170ccb7286c0bb94af4bc20794e (diff) |
-rw-r--r-- | profiles/server.py | 3 |
diff --git a/profiles/server.py b/profiles/server.py index 3ccc9715..afc37776 100644 --- a/profiles/server.py +++ b/profiles/server.py @@ -1,8 +1,9 @@ # Used to select various server application profiles on top of a minimal installation. -import archinstall import logging +import archinstall + is_top_level_profile = True available_servers = ["cockpit", "docker", "httpd", "lighttpd", "mariadb", "nginx", "postgresql", "sshd", "tomcat"] |