Skip to content

Commit

Permalink
cedric: fix missing tk
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Aug 14, 2023
1 parent 577b50d commit 570ff34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/cedric.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/system/bin/sh

TK="/data/data/org.andbootmgr.app/assets/Toolkit"
PATH="$TK:$PATH"
cd "$TK" || exit 24

CMDLINE="console=null" #TODO
sed -i "s#REPLACECMDLINE#${CMDLINE}#g" "/data/abm/bootset/db/entries/$1.conf"

Expand Down

0 comments on commit 570ff34

Please sign in to comment.