data/.bash_profile aktualisiert
This commit is contained in:
9
data/.bash_profile
Normal file
9
data/.bash_profile
Normal 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.
|
||||
Reference in New Issue
Block a user