version: dragonpilot development version for EON/C2

date: 2024-03-01T18:48:48
commit: f1bee6b8e2fc94eee0ab1b1db78e42a9c8e2f4aa
This commit is contained in:
dragonpilot
2024-03-01 17:25:23 +08:00
committed by Vehicle Researcher
parent 22af1becc7
commit 94d8d7458d
65 changed files with 316 additions and 228 deletions

View File

@@ -2,7 +2,7 @@
rm -fr /data/openpilot ;
cd /data/ &&
git clone https://github.com/dragonpilot-community/dragonpilot -b $1 --single-branch --depth=1 openpilot &&
git clone https://github.com/dragonpilot-community/dragonpilot -b "$1" --single-branch --depth=1 openpilot &&
touch /data/data/com.termux/files/continue.sh &&
echo "#!/usr/bin/bash" >> /data/data/com.termux/files/continue.sh &&