summaryrefslogtreecommitdiffstats
path: root/initial-setup
blob: 980818bb2e8a0077dd6edf8caf9560a505b38ec6 (plain)
1
2
3
4
5
6
7
#!/bin/sh
if [ "x$DISPLAY" != "x" ]; then
    python -m initial_setup.gui
else
    python -m initial_setup.tui
fi