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!