mirror of
https://github.com/smittix/intercept.git
synced 2026-06-04 04:11:37 -07:00
Clean up whitespace and remove commented code in setup.sh
Remove commented DEBIAN_FRONTEND line and fix indentation in dump1090 installation section. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -632,7 +632,6 @@ install_debian_packages() {
|
|||||||
|
|
||||||
progress "Installing dump1090"
|
progress "Installing dump1090"
|
||||||
if ! cmd_exists dump1090 && ! cmd_exists dump1090-mutability; then
|
if ! cmd_exists dump1090 && ! cmd_exists dump1090-mutability; then
|
||||||
#export DEBIAN_FRONTEND=noninteractive
|
|
||||||
apt_try_install_any dump1090-fa dump1090-mutability dump1090 || true
|
apt_try_install_any dump1090-fa dump1090-mutability dump1090 || true
|
||||||
fi
|
fi
|
||||||
if ! cmd_exists dump1090; then
|
if ! cmd_exists dump1090; then
|
||||||
|
|||||||
Reference in New Issue
Block a user