Update eon_installer.sh

This commit is contained in:
eFini
2024-02-29 16:42:12 +08:00
committed by GitHub
parent a7808e2ee4
commit 22af1becc7

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 &&