Commit Graph

3 Commits

Author SHA1 Message Date
Bonny Lin
88a00874c8
fix(install): detect architecture instead of hardcoding amd64 (#227)
install.sh always downloaded the linux_amd64 binary, so arm64/386/mips machines got a binary that does not run. Detect the architecture via uname and pick the matching release artifact; releases already ship those builds.
2026-06-07 17:45:46 +08:00
Vincent Young
8b0953e9f7
Update install.sh 2023-02-18 20:57:58 +08:00
Vincent Young
4ba2339d2f chore: add install script 2023-02-12 10:04:18 +08:00