Update ct/hister.sh

This commit is contained in:
Sam Heinz
2026-08-05 06:52:43 +10:00
committed by GitHub
parent a2112fcefb
commit 1c7c600e08
+1 -2
View File
@@ -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