index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-05-27 07:55:22 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-05-27 08:11:27 -0400 |
commit | 26a33000d8bbd99fd4c9c0b9f5103fd012f8769a (patch) | |
tree | fc0a069532d2377b198ca12e8978849abe863987 /profiles/server.py | |
parent | 6e6afcaa39f72f49290d468fd56c9fbe4ad43f27 (diff) |
-rw-r--r-- | profiles/server.py | 2 |
diff --git a/profiles/server.py b/profiles/server.py index 704c8efe..79aa9481 100644 --- a/profiles/server.py +++ b/profiles/server.py @@ -6,6 +6,8 @@ import archinstall is_top_level_profile = True +__description__ = 'Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb' + available_servers = [ "cockpit", "docker", |