mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 12:46:19 +00:00
8833effeff
- update RetroArch to 1.18.0 (will need to be updated later) - update cores to latest - update assets, info, shaders, overlays, database - leave kronos only for Generic.x86_64 and x11.x86_64 - putt back some RetroArch changes (shutdown/restart, path) - get_git: use PKG_ var for skipping submodules
7 lines
70 B
Bash
Executable File
7 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sleep 3
|
|
systemctl stop retroarch
|
|
sleep 1
|
|
shutdown -r now
|