fix(packages.sh): `swaks --help`
This command requires the `perl-doc` package to work.
This commit is contained in:
parent
10882f97f2
commit
6fe71d5a5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue