mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Fix install hang on Linux Mint/Ubuntu with newer kernels
The soapysdr-tools package pulls in xtrx-dkms, which fails to compile its kernel module on Kernel 6.14+ and causes apt to hang. Explicitly exclude xtrx-dkms since most users don't have XTRX hardware. Fixes #56 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -495,7 +495,9 @@ install_debian_packages() {
|
||||
apt_install bluez bluetooth || true
|
||||
|
||||
progress "Installing SoapySDR"
|
||||
apt_install soapysdr-tools || true
|
||||
# Exclude xtrx-dkms - its kernel module fails to build on newer kernels (6.14+)
|
||||
# and causes apt to hang. Most users don't have XTRX hardware anyway.
|
||||
apt_install soapysdr-tools xtrx-dkms- || true
|
||||
|
||||
progress "Installing gpsd"
|
||||
apt_install gpsd gpsd-clients || true
|
||||
|
||||
Reference in New Issue
Block a user