mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 00:33:52 +08:00
9 lines
332 B
Bash
Executable File
9 lines
332 B
Bash
Executable File
#!/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 |