install gettext-base

This commit is contained in:
Earl Warren 2023-10-26 21:31:06 +02:00
parent 4dcb75f7fe
commit 6c5da9ae9c
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 1 additions and 7 deletions

View file

@ -42,7 +42,7 @@ function log_info() {
function dependencies() {
maybe_sudo
if ! which curl daemon jq git-lfs > /dev/null ; then
$SUDO apt-get install -y -qq curl daemon git-lfs jq sqlite3
$SUDO apt-get install -y -qq curl daemon git-lfs jq sqlite3 gettext-base
fi
if ! test -f /usr/local/bin/mc || ! test -f /usr/local/bin/minio > /dev/null ; then