From 1c7c600e08d7df52e36d719a5fbce13405ac3e71 Mon Sep 17 00:00:00 2001 From: Sam Heinz Date: Wed, 5 Aug 2026 06:52:43 +1000 Subject: [PATCH] Update ct/hister.sh --- ct/hister.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/hister.sh b/ct/hister.sh index 374553e66..17767ab98 100644 --- a/ct/hister.sh +++ b/ct/hister.sh @@ -35,8 +35,7 @@ function update_script() { systemctl stop hister msg_ok "Stopped Service" - ARCH=$(dpkg --print-architecture) - fetch_and_deploy_gh_release "hister" "asciimoo/hister" "singlefile" "latest" "/usr/local/bin" "hister_*_linux_${ARCH}" + fetch_and_deploy_gh_release "hister" "asciimoo/hister" "singlefile" "latest" "/usr/local/bin" "hister_*_linux_$(arch_resolve)" msg_info "Starting Service" systemctl start hister