4 lines
70 B
Bash
4 lines
70 B
Bash
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
|
startxfce4
|
|
fi
|
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
|
startxfce4
|
|
fi
|