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:
Smittix
2026-01-18 10:58:28 +00:00
parent e4e9e89451
commit 482d778bca
-1
View File
@@ -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