mirror of
https://github.com/smittix/intercept.git
synced 2026-06-02 03:03:37 -07:00
Add direwolf installation to setup.sh
Adds direwolf (APRS decoder) installation for both Debian and macOS platforms to support the APRS mode functionality. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -323,6 +323,9 @@ install_macos_packages() {
|
|||||||
ok "multimon-ng already installed"
|
ok "multimon-ng already installed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
progress "Installing direwolf (APRS decoder)"
|
||||||
|
(brew_install direwolf) || warn "direwolf not available via Homebrew"
|
||||||
|
|
||||||
progress "Installing ffmpeg"
|
progress "Installing ffmpeg"
|
||||||
brew_install ffmpeg
|
brew_install ffmpeg
|
||||||
|
|
||||||
@@ -509,6 +512,9 @@ install_debian_packages() {
|
|||||||
progress "Installing multimon-ng"
|
progress "Installing multimon-ng"
|
||||||
apt_install multimon-ng
|
apt_install multimon-ng
|
||||||
|
|
||||||
|
progress "Installing direwolf (APRS decoder)"
|
||||||
|
apt_install direwolf || true
|
||||||
|
|
||||||
progress "Installing ffmpeg"
|
progress "Installing ffmpeg"
|
||||||
apt_install ffmpeg
|
apt_install ffmpeg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user