mirror of
https://github.com/smittix/intercept.git
synced 2026-06-01 10:43:36 -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,13 +632,12 @@ 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
|
||||||
if cmd_exists dump1090-mutability; then
|
if cmd_exists dump1090-mutability; then
|
||||||
$SUDO ln -s $(which dump1090-mutability) /usr/local/sbin/dump1090
|
$SUDO ln -s $(which dump1090-mutability) /usr/local/sbin/dump1090
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
cmd_exists dump1090 || install_dump1090_from_source_debian
|
cmd_exists dump1090 || install_dump1090_from_source_debian
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user