From 1807d736b1fe22eff1a7fd84b039a87e735692c3 Mon Sep 17 00:00:00 2001 From: Smittix Date: Mon, 5 Jan 2026 17:23:25 +0000 Subject: [PATCH] Update HARDWARE.md --- docs/HARDWARE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/HARDWARE.md b/docs/HARDWARE.md index 3765649..2bde523 100644 --- a/docs/HARDWARE.md +++ b/docs/HARDWARE.md @@ -49,6 +49,8 @@ INTERCEPT automatically detects connected devices and shows hardware-specific ca ## Quick Install Commands ### Ubuntu/Debian +> [!NOTE] +> Known Issue: On the latest version of Debian (Trixie) and those distros that use it dump1090 is not available in the repsitories and will need to be built from source until the developers release it. ```bash # Core tools sudo apt update @@ -161,3 +163,4 @@ pip install . # Install as package pip install -e . # Install in editable mode (for development) pip install -e ".[dev]" # Include dev dependencies ``` +