[arm64] Port scripts between thingsboard & wanderer to support arm64 (#15286)

This commit is contained in:
Sam Heinz
2026-06-22 21:27:16 +10:00
committed by GitHub
parent ca6eacdd92
commit c218deddd1
42 changed files with 57 additions and 51 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ $STD apt install -y \
apache2-utils
msg_ok "Installed Dependencies"
fetch_and_deploy_gh_release "tinyauth" "steveiliop56/tinyauth" "singlefile" "latest" "/opt/tinyauth" "tinyauth-amd64"
fetch_and_deploy_gh_release "tinyauth" "steveiliop56/tinyauth" "singlefile" "latest" "/opt/tinyauth" "tinyauth-$(arch_resolve)"
msg_info "Setting up Tinyauth"
PASS=$(openssl rand -base64 8 | tr -dc 'a-zA-Z0-9' | head -c 8)