[arm64] fix update functions to support arm64

oops forgot about a few update functions
This commit is contained in:
Sam Heinz
2026-06-22 22:43:57 +10:00
parent 0783cefae2
commit f31f3d2da3
51 changed files with 71 additions and 68 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function update_script() {
systemctl stop threadfin
msg_ok "Stopped Service"
fetch_and_deploy_gh_release "threadfin-app" "threadfin/threadfin" "singlefile" "latest" "/opt/threadfin" "Threadfin_linux_amd64"
fetch_and_deploy_gh_release "threadfin-app" "threadfin/threadfin" "singlefile" "latest" "/opt/threadfin" "Threadfin_linux_$(arch_resolve)"
mv /opt/threadfin/threadfin-app /opt/threadfin/threadfin
msg_info "Starting Service"