Kindly be informed that the initial execution of the script on your Termux may necessitate a certain duration. This is due to the requirement for the script to perform package updates and upgrades as part of the initial setup process. Additionally, the installation of Python 3 is necessary, as it is a prerequisite for running the main BootSigner script.
Requirements:
• Ensure an active internet connection is available for the initial setup to update and upgrade packages.
Script Running Steps:
Step 1: Download the BIScript.zip file from the Releases section.
Step 2: Extract the zip file using ZArchiver or any other zip extractor app.
Step 3: After extraction, you will see a folder named "BIScript."

Step 4: Copy or move the "BIScript" folder to your device's internal storage.
Step 5: Download the Termux app.
Step 6: Download Official Magisk or Magisk delta and install it. Patch your boot image.

Step 7: After patching, copy the patched boot image from the download folder to the "BIScript" folder and rename it to boot.img.


Step 8: Open the Termux application and grant storage permission.
Step 9: After setup, you will see the Termux interface.
Step 10: Change the directory to the "BIScript" folder with this command:
cd /storage/emulated/0/BIScript
Step 11: Make the script executable with this command:
chmod +x BIScript.sh

Step 12: Run the script with this command:
bash BIScript.sh
Wait for a few minutes for the main script to start. It will automatically download necessary packages and sign the image. Wait until it finishes; you will see a success message.

Now Follow this guide to flash the signed boot image.