mazda_emulation
mazda_emulation copied to clipboard
Question about extract.sh:11
What is the purpose about extract.sh:11? https://github.com/checksummaster/mazda_emulation/blob/master/extract.sh#L11
Seems like the $BASE/apps does not exists?
I believe the line 11 should be:
ln -sf ${BASE}/sdcard/apps $(basename $f _reinstall.up)/jci/gui/apps/_custom
?