mirror of
https://github.com/smittix/intercept.git
synced 2026-05-29 20:39:26 -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:
6
setup.sh
6
setup.sh
@@ -323,6 +323,9 @@ install_macos_packages() {
|
||||
ok "multimon-ng already installed"
|
||||
fi
|
||||
|
||||
progress "Installing direwolf (APRS decoder)"
|
||||
(brew_install direwolf) || warn "direwolf not available via Homebrew"
|
||||
|
||||
progress "Installing ffmpeg"
|
||||
brew_install ffmpeg
|
||||
|
||||
@@ -509,6 +512,9 @@ install_debian_packages() {
|
||||
progress "Installing multimon-ng"
|
||||
apt_install multimon-ng
|
||||
|
||||
progress "Installing direwolf (APRS decoder)"
|
||||
apt_install direwolf || true
|
||||
|
||||
progress "Installing ffmpeg"
|
||||
apt_install ffmpeg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user