SaturnArch/airootfs/root/.bash_profile

4 lines
77 B
Bash

if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
./fast_install.sh
fi