Commit Graph

12 Commits

Author SHA1 Message Date
1389f3a9bc (fix)add 'whatprovides' to all rpm distros 2026-05-03 19:08:58 +01:00
a5fcd66ba6 (fix)add 'whatprovides' check for openmandriva 2026-05-03 19:05:27 +01:00
c463add2f2 fix(installer): handle libasound2t64 rename in Debian 13 and derivatives
Update the installer script to dynamically detect and use the correct package name
(libasound2 or libasound2t64) via apt-cache probing, ensuring compatibility across
Debian family distributions like Ubuntu 24.04 and Devuan.

Revise the README note to reflect this transparent handling.
2026-05-03 16:12:24 +01:00
796c00fb03 fix(install): add early systemd detection to prevent mid-install failures
- Enhance `handle_systemd()` to check for `/run/systemd/system` and exit early if systemd is not PID 1, with user-friendly error messages.
- Update README.md notes for Devuan and SYSTEMD_MODE to reflect the new behavior and clarify requirements.
2026-05-03 15:45:55 +01:00
dac64c9975 fix(debian): remove t64 suffix from libasound2 package name
Update the debian_packages function to reference libasound2 without the t64 suffix for improved compatibility across Debian-based distributions.
2026-05-03 14:32:26 +01:00
b62a9dac0b fix(fedora): update libusb package dependencies
Replace `libusbx` with `libusb-compat-0.1.x86_64` and add `libusb1.x86_64` in the Fedora package list to ensure proper compatibility and installation.
2026-05-03 13:47:09 +01:00
fb1c961655 feat(installer): fetch licence text from upstream
Update the installer to resolve licence text at runtime from the upstream
installer, similar to build hashes. Add fallback handling with warnings if
upstream is unreachable or unparseable. Rename fetch_gitbuilds to
fetch_upstream to reflect expanded scope.
2026-05-03 13:26:32 +01:00
2edeae0cab fix(opensuse): correct ALSA package name and add Tumbleweed to supported list
Update the ALSA package from `alsa-lib` to `libasound2` in the install script for OpenSUSE compatibility.
Add OpenSUSE Tumbleweed 20260430 to the README list of detected derivatives.
2026-05-03 13:07:25 +01:00
30407496ef feat(distro): add support for Mandriva-based distributions and Devuan
- Extend Debian family to include Devuan and derivatives in README.md
- Add Mandriva family (OpenMandriva, Mageia, etc.) with specific packages, check, and install functions
- Update distro detection to recognize 'devuan' and 'openmandriva'
- Add OpenMandriva 6 to tested distributions in README.md
2026-05-02 15:12:52 +01:00
230d46276d fix(install): correct hamlib package name for Fedora
Update the Fedora package list in install_sdrplay_universal.sh to use "hamlib" instead of "hamlib-libs" for accuracy.
Also add .gitignore to exclude .idea/ directory.
2026-05-02 14:06:32 +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
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