From 4139d5d99e5feffb9bd0ddb0fe91957ccf6628f9 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Sun, 11 Aug 2024 19:15:34 +0100 Subject: [PATCH] feat(bottom): add arm support --- 01-main/packages/bottom | 1 + 1 file changed, 1 insertion(+) diff --git a/01-main/packages/bottom b/01-main/packages/bottom index 5ecc56a69..d39291b80 100644 --- a/01-main/packages/bottom +++ b/01-main/packages/bottom @@ -1,4 +1,5 @@ DEFVER=1 +ARCHS_SUPPORTED="amd64 armhf arm64" get_github_releases "ClementTsang/bottom" "latest" if [ "${ACTION}" != "prettylist" ]; then URL=$(grep "browser_download_url.*bottom_.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)