mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-26 08:53:53 +08:00
* migrate to v0.7.2 * increase mini dev bar font size * update APKs * system APKs updated to v0.7.2 * autonavi updated to v4.5.0.600053 * use old updated * Add missing auto start Aegis app option.
6 lines
449 B
Bash
Executable File
6 lines
449 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
export LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib
|
|
export HOME=/data/data/com.termux/files/home
|
|
export PATH=/usr/local/bin:/data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/sbin:/data/data/com.termux/files/usr/bin/applets:/bin:/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin:/data/data/com.termux/files/usr/bin/git
|
|
cd /data/openpilot && git reset --hard @{u} && git clean -xdf && git pull && reboot |