Skip to content

Commit

Permalink
Update fastfetch (#1230)
Browse files Browse the repository at this point in the history
add missing arch causing an error on Pi devices.
  • Loading branch information
Soulsuck24 authored Dec 30, 2024
1 parent 5630463 commit 5baeb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-main/packages/fastfetch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ case $(UPSTREAM_CODENAME) in
;;
*)
URL=$(grep -m 1 "browser_download_url.*linux-${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
ARCHS_SUPPORTED="amd64 arm64 riscv64"
ARCHS_SUPPORTED="aarch64 amd64 arm64 riscv64"
;;
esac

Expand Down

0 comments on commit 5baeb3b

Please sign in to comment.