11:if [ "$HOST" != "armoros" ]; then 12: echo "FAIL: Wrong host. Expected armoros. Current: $HOST" 16:if [ -z "${DISPLAY:-}" ]; then 17: echo "FAIL: DISPLAY is not set. Start this from an X11-capable terminal." 21:if [ ! -x ./venv/bin/python ]; then 22: echo "FAIL: ARMOR venv missing at ./venv/bin/python" 28:export ARMOR_DISPLAY_PROFILE=laptop 36:echo " Display: ${DISPLAY}" 37:echo " Profile: ${ARMOR_DISPLAY_PROFILE}" 58:./venv/bin/python main.py &