-
Notifications
You must be signed in to change notification settings - Fork 14
1) Installation
In a root shell, type this comamnd to clone the latest ChArch shell commands into your /usr/bin/
folder. ChArch is compatible with both GNU Coreutils and BusyBox. Use GNU Coreutils often include more functionality, while BusyBox tools are smaller and are more common on embedded systems.
wget -O charch.sh https://git.io/JURn7 && bash charch.sh
Download the most recent Magisk Module release on the releases page and install the zip file as a Magisk Module.
Clone the latest ChArch repository to an executable directory on your Android device (i.e. /data/local/tmp). Extract it and enter the new directory. Then, add it to your PATH
variable with the following command: export PATH="$PATH:$(pwd)"
. NOTE: BusyBox is required. You can install it using an Android application on the Play Store.