-
Notifications
You must be signed in to change notification settings - Fork 14
1) Installation
Tyler Nijmeh edited this page Jul 16, 2020
·
18 revisions
- Navigate to a reliable directory of your choice.
git clone https://github.com/tytydraco/ChArch ChArch
- Add
export PATH="$PATH:</path/to/ChArch/>"
to a shell profile of your choice.
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
Or if you prefer to do each step manually:
- Navigate to any folder of your choice
git clone https://github.com/tytydraco/ChArch ChArch
chmod +x ChArch/*
sudo cp ChArch/*arch /usr/bin/
- (optional)
rm -rf ChArch
git clone --recurse-submodules https://github.com/tytydraco/ChArch-Magisk-Module ChArch-Magisk-Module
sed -i -e 's/\!\/bin\/bash/\!\/system\/bin\/sh/g' ChArch-Magisk-Module/system/bin/*
- Zip up the inner contents of the cloned
ChArch-Magisk-Module
folder and install it as a Magisk Module.
- Download the most recent Magisk Module release on the releases page.
- Install the zip file as a Magisk Module.