From 01cf61deab4c4f736d52102558ffafb0ef92e677 Mon Sep 17 00:00:00 2001 From: David Duque Date: Tue, 18 Oct 2022 20:36:18 +0100 Subject: [PATCH] gettext is a build dependency for duplicity * Fixes #81 --- setup/management.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/management.sh b/setup/management.sh index f90bd9b..a91b42a 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -16,7 +16,7 @@ echo "Installing Mail-in-a-Box system management daemon..." # gcc and build tools are required to install the latest version # of duplicity apt_install python3-pip python3-gpg virtualenv certbot rsync librsync2 python3-fasteners python3-future python3-lockfile \ - gcc python3-dev librsync-dev + gcc python3-dev librsync-dev gettext apt_get_quiet remove --autoremove --purge duplicity || /bin/true