#!/bin/bash
# anduinos-installer-beta — GTK4 native installer for AnduinOS (beta)
#
# The UI runs as the current user to preserve the desktop session
# (theme, fonts, input methods, portals).  Privileged operations in
# the backend use sudo individually — the live user has NOPASSWD.
exec /usr/bin/python3 /usr/lib/anduinos-installer-beta/main.py "$@"
