mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
- 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
6 lines
70 B
Bash
Executable file
6 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sleep 3
|
|
systemctl stop retroarch
|
|
sleep 1
|
|
shutdown -P now
|