#!/usr/bin/env bash set -euo pipefail SELF_DIR="$(cd "$(dirname "$0")" && pwd)" INSTALL_TAG="all" . "$SELF_DIR/lib/common.sh" ensure_root "$@" load_env ensure_live_user normalize_repo_root ensure_runtime_dirs_owned_by_live install_base_packages install_media_packages configure_adb_udev install_nodejs install_docker_stack install_android_panel prepare_python_runtime prepare_web_console install_live_console_service configure_sudoers configure_mdns configure_wifi_profile install_shellcrash install_browser_stack install_neko_browser install_redroid prepare_mitmproxy prepare_vscode_server prepare_uptime_kuma prepare_openclaw install_pulseaudio_service install_kmscube_service install_webtty install_cockpit install_netdata prepare_homepage prepare_filebrowser prepare_srs run_hardware_probe install_live_edge_proxy ensure_runtime_dirs_owned_by_live print_summary "all"