Skip to content

1) Installation

Tyler Nijmeh edited this page Sep 14, 2020 · 18 revisions

Linux

In a root shell, type this comamnd to clone the latest ChArch shell commands into your /usr/bin/ folder.

curl -L -s https://gist.github.com/tytydraco/9646be559a9fac02b2e6aa1a1a99faaf/raw | sh

Android (Magisk Root)

Download the most recent Magisk Module release on the releases page and install the zip file as a Magisk Module. NOTE: BusyBox is required. You can install the Magisk Module for BusyBox NDK through Magisk Manager.

Android (Non-Magisk Root)

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.

Clone this wiki locally