diff options
author | Christian Rößler | 2021-04-06 16:01:31 +0200 |
---|---|---|
committer | Christian Rößler | 2021-04-06 16:01:31 +0200 |
commit | 8e186b76bba8e9df0c3b1d96de795b4d50cd5453 (patch) | |
tree | 2485205f0b37883b5a7a1ce9e3975b58014918ea /satellit_installer | |
parent | [SSUS] Debian 11 compat (diff) | |
download | setup-scripts-8e186b76bba8e9df0c3b1d96de795b4d50cd5453.tar.gz setup-scripts-8e186b76bba8e9df0c3b1d96de795b4d50cd5453.tar.xz setup-scripts-8e186b76bba8e9df0c3b1d96de795b4d50cd5453.zip |
[SSUS] added lighttpd mods lighttpd-mod-deflate lighttpd-mod-openssl
Diffstat (limited to 'satellit_installer')
-rw-r--r-- | satellit_installer/includes/00-variables.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc index 31402e9..6316962 100644 --- a/satellit_installer/includes/00-variables.inc +++ b/satellit_installer/includes/00-variables.inc @@ -19,7 +19,8 @@ PACKAGELIST_SCRIPT="cracklib-runtime wget" # lithe and lean. So, if you add a package here make sure it installs using these options. # If this is not the case or in doubt use PACKAGELIST_WITH_RECOMMENDS below. PACKAGELIST_SERVER=" - default-mysql-server lighttpd php-cgi php-curl cifs-utils php-mbstring + default-mysql-server lighttpd lighttpd-mod-deflate lighttpd-mod-openssl + php-cgi php-curl cifs-utils php-mbstring sudo php-common php-mysql php-cli nfs-kernel-server curl nfs-common libowfat0 ldap-utils vim gcc make unattended-upgrades gnupg libowfat-dev libssl-dev liblzma-dev tftpd-hpa tmate php-xml net-tools |