Skip to content

Instantly share code, notes, and snippets.

@jasenmichael
Created January 24, 2019 23:08
Show Gist options
  • Save jasenmichael/a77f9867065e1b04c7d90dd17f19eece to your computer and use it in GitHub Desktop.
Save jasenmichael/a77f9867065e1b04c7d90dd17f19eece to your computer and use it in GitHub Desktop.
replacement kodilauncher.sh for recalbox, will reboot to libreelec
#!/bin/sh
# use with libreelec addon - kodi-recalbox-launcher
# https://github.com/jasenmichael/kodi-recalbox-launcher
echo 9 > /sys/module/bcm2708/parameters/reboot_part
echo 9 > /sys/module/bcm2709/parameters/reboot_part
echo 9 > /sys/module/bcm2710/parameters/reboot_part
/sbin/reboot 9 || /sbin/reboot
sleep 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment