diff options
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 |
