Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.74 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.74 KB

image

Installation for Termux

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.

$${\color{red}Prerequisites}$$

Before running the script, ensure you have the following prerequisites:

$${\color{red}Installation}$$

  1. Open Termux on your Android device.

  2. Grant storage access to Termux using the following command.

    termux-setup-storage
  3. first install the git package.

pkg install git -y
  1. Install the wget package if it's not already installed.

    pkg install wget
  2. Download the Kali Nethunter installation script.

    git clone https://github.com/trmxvibs/kalifortermux && cd kalifortermux 
    
  3. Make the script executable.

chmod +x kali.sh
  1. Execute the installation scrip.
bash kali.sh

Follow any prompts or instructions that appear during the installation process.

Disclaimer

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..

Contributing

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.

License

This script is licensed under the MIT License.