Skip to content

1) Installation

Tyler Nijmeh edited this page Jul 16, 2020 · 18 revisions

Linux

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

git clone https://github.com/tytydraco/ChArch ChArch && chmod +x ChArch/* && cp ChArch/*arch /usr/bin/ && rm -rf ChArch

Android

  1. Download the most recent Magisk Module release on the releases page.
  2. Install the zip file as a Magisk Module.
Clone this wiki locally