From 570ff34ec80da225b1645c612bcd47d0fdc3a2e0 Mon Sep 17 00:00:00 2001 From: nift4 Date: Mon, 14 Aug 2023 18:00:04 +0200 Subject: [PATCH] cedric: fix missing tk --- install/cedric.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/cedric.sh b/install/cedric.sh index 4bae854..7ef5f88 100644 --- a/install/cedric.sh +++ b/install/cedric.sh @@ -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"