[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
@@ -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)