Main repository for the manifest files used to get the Meow Universal Recovery Project sources.
Note
Make sure you have enough space to store MURP source code.
Caution
Not ready for building, bugs may occur.
First, create new folder and cd to it:
mkdir MURP && cd MURP
Then, sync source code:
repo init --depth=1 -u https://github.com/Meow-Universal-Recovery-Project/manifest.git -b main
repo sync -jX
After that, apply patch:
cd build && patch -p1 < ../miscellaneous/patches/12.1.diff && cd ..