4 lines
77 B
Bash
4 lines
77 B
Bash
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
|
./fast_install.sh
|
|
fi
|