Skip to content

Commit

Permalink
feat(bottom): add arm support
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Sep 30, 2024
1 parent 05f63c6 commit 4139d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/packages/bottom
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 4139d5d

Please # to comment.