data/config/.bash_profile aktualisiert

This commit is contained in:
2024-12-13 08:39:24 +01:00
parent 95af8b30c8
commit 19ec00985f

View File

@@ -0,0 +1,9 @@
if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ]
then
startx -- -nocursor
exit
sudo reboot
fi
# Version 1.0:
# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.