From 6fe71d5a5c2a6b20b9de23270ff94fcf16abf27c Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:18:31 +1300 Subject: [PATCH] fix(packages.sh): `swaks --help` This command requires the `perl-doc` package to work. --- target/scripts/build/packages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/scripts/build/packages.sh b/target/scripts/build/packages.sh index 1e29efa4..302538b0 100644 --- a/target/scripts/build/packages.sh +++ b/target/scripts/build/packages.sh @@ -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