19 Jan 2021, 09:29

Hey guys,

i would like to put a bash script into recalbox that should be executed on every startup.

Where excatly do i need to put it?

Things, that i've done so far:

mount -o remount,rw /
  1. i've put my whole script into
/recalbox/share/system/custom.sh

However, when i run the script with

"bash /recalbox/share/system/custom.sh"

it works, but its not working automatically, when i start the Raspberry. Do i need to remount it every time or what seems to be the problem? Thanks!