diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-12 14:39:37 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-12 14:39:37 -0400 |
| commit | 51c0722b95de71db98a031c26249a59e25569487 (patch) | |
| tree | 264c799930811385b920d21fe9b3ba699f3b410a /launchES.sh | |
| parent | 1c62a50742a8c5bfecbd60c749514fefdb2dc723 (diff) | |
| download | RPi-Menu-master.tar.gz RPi-Menu-master.tar.bz2 RPi-Menu-master.zip | |
Diffstat (limited to 'launchES.sh')
| -rwxr-xr-x | launchES.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/launchES.sh b/launchES.sh index 4cb86e9..26da116 100755 --- a/launchES.sh +++ b/launchES.sh @@ -1,3 +1,4 @@ #!/bin/bash sudo pkill Xorg & -emulationstation
\ No newline at end of file +emulationstation +su pi ; DISPLAY=:0.0 startx &
\ No newline at end of file |
