mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-20 19:33:56 +08:00
dragonpilot mod for 0.8.5-4
This commit is contained in:
9
scripts/complete_setup.sh
Executable file
9
scripts/complete_setup.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user