We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577b50d commit 570ff34Copy full SHA for 570ff34
install/cedric.sh
@@ -1,5 +1,9 @@
1
#!/system/bin/sh
2
3
+TK="/data/data/org.andbootmgr.app/assets/Toolkit"
4
+PATH="$TK:$PATH"
5
+cd "$TK" || exit 24
6
+
7
CMDLINE="console=null" #TODO
8
sed -i "s#REPLACECMDLINE#${CMDLINE}#g" "/data/abm/bootset/db/entries/$1.conf"
9
0 commit comments