Skip to content

Commit 570ff34

Browse files
committed
cedric: fix missing tk
1 parent 577b50d commit 570ff34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/cedric.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/system/bin/sh
22

3+
TK="/data/data/org.andbootmgr.app/assets/Toolkit"
4+
PATH="$TK:$PATH"
5+
cd "$TK" || exit 24
6+
37
CMDLINE="console=null" #TODO
48
sed -i "s#REPLACECMDLINE#${CMDLINE}#g" "/data/abm/bootset/db/entries/$1.conf"
59

0 commit comments

Comments
 (0)