Is your feature request related to a problem? Please describe
Opening this per the discussion in #342 with @mryel00 . No apt sources are currently available for Debian testing (as of this date Debian testing is Forky, which will be assigned version number 14 according to https://en.wikipedia.org/wiki/Debian_release_version_history ). Also the current install script in tools/libs/manage_apps.sh downloads sources based on a VERSION_ID field in os-release which seems to only be populated on Debian stable installs.
Describe the solution you'd like
Ideally packages would be provided for testing, and also automatically resolve in the install script if running Debian unstable. Given VERSION_ID is not provided systematically, it would be safer to rely on the VERSION_CODENAME to name the sources download file.
Describe alternatives you've considered
Alternatively, having the fallback installation script also build camera-streamer and spyglass would be one way to support installs on distributions or versions which the mainsail project doesn't provide packages for.
Additional information
No response
Is your feature request related to a problem? Please describe
Opening this per the discussion in #342 with @mryel00 . No apt sources are currently available for Debian testing (as of this date Debian testing is Forky, which will be assigned version number 14 according to https://en.wikipedia.org/wiki/Debian_release_version_history ). Also the current install script in tools/libs/manage_apps.sh downloads sources based on a VERSION_ID field in os-release which seems to only be populated on Debian stable installs.
Describe the solution you'd like
Ideally packages would be provided for testing, and also automatically resolve in the install script if running Debian unstable. Given VERSION_ID is not provided systematically, it would be safer to rely on the VERSION_CODENAME to name the sources download file.
Describe alternatives you've considered
Alternatively, having the fallback installation script also build camera-streamer and spyglass would be one way to support installs on distributions or versions which the mainsail project doesn't provide packages for.
Additional information
No response