From 3c4460431686142fbc9d8da98a829e58a4e277ac Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 24 Sep 2022 10:08:57 -0400 Subject: [PATCH] Install 'file' package The command is used in mailinabox-postgrey-whitelist. Reported missing (on systems that don't install it by default) in #2083. --- setup/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/system.sh b/setup/system.sh index d9ee1f3f..d0003f9c 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -137,7 +137,7 @@ apt_get_quiet autoremove echo Installing system packages... apt_install python3 python3-dev python3-pip python3-setuptools \ - netcat-openbsd wget curl git sudo coreutils bc \ + netcat-openbsd wget curl git sudo coreutils bc file \ pollinate openssh-client unzip \ unattended-upgrades cron ntp fail2ban rsyslog