mirror of
https://github.com/MeexReay/minceraftOS.git
synced 2025-06-24 02:22:59 +03:00
9 lines
112 B
Bash
Executable File
9 lines
112 B
Bash
Executable File
# .bash_profile
|
|
|
|
sudo plymouth quit
|
|
|
|
if [[ -z $DISPLAY ]] && [[ "$(tty)" == "/dev/tty1" ]]
|
|
then
|
|
exec startx
|
|
fi
|