mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 16:23:50 +08:00
dragonpilot mod for 0.8.5-4
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if [ -z "$BASEDIR" ]; then
|
||||
BASEDIR="/data/openpilot"
|
||||
fi
|
||||
|
||||
source "$BASEDIR/launch_env.sh"
|
||||
cp -f "$BASEDIR/installer/updater/update.zip" "/sdcard/update.zip"
|
||||
pm disable ai.comma.plus.offroad
|
||||
killall _ui
|
||||
"$BASEDIR/installer/updater/updater" "file://$BASEDIR/installer/updater/oneplus.json"
|
||||
Reference in New Issue
Block a user