warre 0 Posted May 3, 2022 I'm trying to run a command on boot but I can't figure out how. I'm fairly new at programming and don't know much about tinker os. I want to run this command: bash -c "cd ~/OpenBuilds-CONTROL; git fetch --all; git reset --hard origin/master; MESA_EXTENSION_OVERRIDE=-GL_MESA_framebuffer_flip_y ~/OpenBuilds-CONTROL/node_modules/.bin/electron ~/OpenBuilds-CONTROL" Thanks in advance! Share this post Link to post Share on other sites
tooz 53 Posted May 13, 2022 hello @warre, you can add the command in: /etc/init.d/rockchip.sh Share this post Link to post Share on other sites