From 931dc1d9d31d2ecc0c9cbe7a9a8e350045725965 Mon Sep 17 00:00:00 2001 From: Lokesh Kumar <109752684+trmxvibs@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:45:11 +0530 Subject: [PATCH] Update README.md --- README.md | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 58d97c7..7bf793e 100644 --- a/README.md +++ b/README.md @@ -17,35 +17,29 @@ Before running the script, ensure you have the following prerequisites: 1. Open Termux on your Android device. 2. Grant storage access to Termux using the following command. - ```bash - termux-setup-storage - ``` +```bash +termux-setup-storage +``` 4. first install the `git` package. ```bash pkg install git -y ``` 6. Install the `wget` package if it's not already installed. - - ```bash - pkg install wget - ``` - -8. Download the Kali Nethunter installation script. - - ```bash - git clone https://github.com/trmxvibs/kalifortermux && cd kalifortermux - -9. Make the script executable. ```bash -chmod +x kali.sh +pkg install wget -y ``` - -10. Execute the installation scrip. - - +7. Download the Kali Nethunter installation script. +```bash +git clone https://github.com/trmxvibs/kalifortermux && cd kalifortermux +``` +8. Make the script executable. +```bash +chmod +x kali.sh setup +``` +9. Execute the setup scrip. ```bash -bash kali.sh +./setup ``` Follow any prompts or instructions that appear during the installation process.