Enable spoof_build_vars on initial install to pass by default (#24)

* Enable spoof_build_vars on initial install to pass by default

* Update default spoof_build_vars fingerprint
This commit is contained in:
Chris Renshaw
2024-07-25 04:08:02 -03:00
committed by GitHub
parent 0a52c2b4a0
commit db72d6d3e9
3 changed files with 17 additions and 16 deletions

View File

@@ -93,6 +93,7 @@ CONFIG_DIR=/data/adb/tricky_store
if [ ! -d "$CONFIG_DIR" ]; then
ui_print "- Creating configuration directory"
mkdir -p "$CONFIG_DIR"
[ ! -f "$CONFIG_DIR/spoof_build_vars" ] && touch "$CONFIG_DIR/spoof_build_vars"
fi
if [ ! -f "$CONFIG_DIR/keybox.xml" ]; then
ui_print "- Adding default software keybox"