add pwgen to list of installed packages

This commit is contained in:
Christoph Haas 2025-10-18 22:59:33 +02:00
parent 54e4c1c2ac
commit 87e5a60d98

View file

@ -19,7 +19,7 @@ DEBIAN_FRONTEND=noninteractive \
php-intl php-mbstring php-xml unzip certbot \
roundcube-mysql roundcube roundcube-plugins swaks libnet-ssleay-perl \
ufw mutt unattended-upgrades mariadb-server \
rspamd redis-server opendkim-tools bind9-dnsutils
rspamd redis-server opendkim-tools bind9-dnsutils pwgen
```
While the server is downloading and installing the packages, let me give you a quick explanation of each package:
@ -67,3 +67,5 @@ While the server is downloading and installing the packages, let me give you a q
Not strictly necessary. But a nice tool to verify DKIM signatures. You know, for science.
- **bind9-dnsutils** \
Provides the infamous `dig` command for an easy way to do DNS lookups.
- **pwgen** \
A password generator.