Commit Graph

4 Commits

Author SHA1 Message Date
b3d8f40ac8 docs(readme): update installation steps and add dynamic version lookup
- Add new step for resolving SDRconnect and RigControl build hashes from upstream install.sh, with fallback to defaults
- Increment step numbering and adjust descriptions
- Document new env vars: SDRCONNECT_GITBUILD, RIGCONTROL_GITBUILD for pinning hashes
- Expand DONOTDOWNLOAD=1 description to note it skips version lookup
- Explain default hash fetching behavior
2026-05-01 20:43:07 +01:00
b430c23506 feat(installer): fetch latest SDRconnect/RigControl build hashes from upstream
Introduce dynamic resolution of git build hashes by fetching the upstream
installer script and parsing the values, with fallbacks to built-in defaults
and support for user overrides via environment variables.

Add fetch_gitbuilds() to retrieve and parse hashes, and resolve_artifacts()
to populate artifact filenames and URLs based on resolved hashes.

Call these functions early in main() to ensure up-to-date artifacts before
downloading. Skip upstream fetch if DONOTDOWNLOAD=1 is set.
2026-05-01 20:35:25 +01:00
681180b811 docs(readme): add tested successfully on section
Add a new section listing distributions where the script has been successfully tested: Tuxedo OS, Manjaro, and Fedora.
2026-04-30 21:12:49 +01:00
4627ab104c feat(installer): add universal Linux installer for SDRconnect
Introduces a community-maintained installer script that supports multiple Linux distributions including Debian, Arch, Fedora, and openSUSE. Includes README with usage instructions, supported distros, and disclaimer. The script handles dependency installation, downloads, verification, and setup of SDRconnect and RigControl.
2026-04-30 21:05:29 +01:00