# Live ISO: auto-launch the TANINUX installer on the first console. # (Removed from the installed target by Calamares' shellprocess-striplive.) if [[ "$(tty)" == /dev/tty1 ]] && [[ -z "$WAYLAND_DISPLAY" ]] && ! pgrep -x cage >/dev/null 2>&1; then exec tanin-installer fi