fix(packages.sh): `swaks --help`

This command requires the `perl-doc` package to work.
This commit is contained in:
Brennan Kinney 2024-12-06 11:18:31 +13:00 committed by GitHub
parent 10882f97f2
commit 6fe71d5a5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ function _install_utils() {
chmod +x /usr/bin/jaq
_log 'trace' 'Installing swaks'
apt-get "${QUIET}" --no-install-recommends perl-doc
local SWAKS_VERSION='20240103.0'
local SWAKS_RELEASE="swaks-${SWAKS_VERSION}"
curl -sSfL "https://github.com/jetmore/swaks/releases/download/v${SWAKS_VERSION}/${SWAKS_RELEASE}.tar.gz" | tar -xz