This repository contains a simple bash script to automate the installation process of Kali Nethunter in Termux, an Android terminal emulator and Linux environment app.
Before running the script, ensure you have the following prerequisites:
- Termux [https://f-droid.org/repo/com.termux_1020.apk] app installed on your Android device.
- Internet connection
- Sufficient storage space available on your device.
1GB to 8GB
-
Open Termux on your Android device.
-
Grant storage access to Termux using the following command.
termux-setup-storage
-
first install the
git
package.
pkg install git -y
-
Install the
wget
package if it's not already installed.pkg install wget
-
Download the Kali Nethunter installation script.
git clone https://github.com/trmxvibs/kalifortermux && cd kalifortermux
-
Make the script executable.
chmod +x kali.sh
- Execute the installation scrip.
bash kali.sh
Follow any prompts or instructions that appear during the installation process.
This script is provided as-is and without warranty. Use it at your own risk. Make sure to review and understand the commands in the script before executing it. Always download scripts from trusted sources.
Contributions to improve this script or the README file are welcome! If you have suggestions or find any issues, feel free to open an issue or create a pull request.
This script is licensed under the MIT License.