Skip to content

Instantly share code, notes, and snippets.

@rav4kumar
Created September 20, 2021 22:37
Show Gist options
  • Save rav4kumar/b07c3efb87d01e5f8a6ab437378bb076 to your computer and use it in GitHub Desktop.
Save rav4kumar/b07c3efb87d01e5f8a6ab437378bb076 to your computer and use it in GitHub Desktop.
skip_setup
#!/usr/bin/bash
touch /data/data/com.termux/files/continue.sh
echo "#!/usr/bin/bash" >> /data/data/com.termux/files/continue.sh
echo "cd /data/openpilot" >> /data/data/com.termux/files/continue.sh
echo "exec ./launch_openpilot.sh" >> /data/data/com.termux/files/continue.sh
chmod u+x /data/data/com.termux/files/continue.sh
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment