#! /bin/bash #rm -rf libc-shim #git clone --depth 1 https://github.com/PlaGaPlusDev/libc-shim.git libc-shim #rm -rf mcpelauncher-client #git clone https://github.com/PlaGaPlusDev/mcpelauncher-client.git mcpelauncher-client #cd mcpelauncher-client #git checkout 159d621 #cd .. git config --global user.email "javierc@noreply.com" git config --global user.name "JavierC" wget https://huggingface.co/datasets/ccoffee20/trinity-installer/resolve/main/patches.zip unzip patches.zip cd libc-shim git config --global user.email "javierc@noreply.com" git config --global user.name "JavierC" git am *.patch cd .. cd mcpelauncher-client git config --global user.email "javierc@noreply.com" git config --global user.name "JavierC" git am ../mcpe-client/*.patch cd ..