[arm64] Port scripts between thingsboard & wanderer to support arm64

This commit is contained in:
Sam Heinz
2026-06-22 21:03:21 +10:00
parent a3794d2eb6
commit efd8afbd0a
42 changed files with 57 additions and 51 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ $STD apt install -y \
vlc
msg_ok "Installed Dependencies"
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 "Creating Service"