From a8863ee67737172eef2191b1e0a0bdff1d7a9a98 Mon Sep 17 00:00:00 2001 From: Vivek W <92390419+AryanVBW@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:27:50 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45ce29b..4349032 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroid

-

Copy it for NetHunter Rootless Edition:

+

Copy it for NetHunterRootlessEdition:

```bash @@ -125,7 +125,7 @@ Kali NetHunter is easy to install and use. Just follow the instructions in this

-

Copy it for Ubuntu 22.04 CLI:

+

Copy it for Ubuntu 22.04 CLI:

```bash pkg update -y && pkg install wget curl proot tar -y && wget https://github.com/raw/AndronixApp/AndronixOrigin/master/Installer/Ubuntu22/ubuntu22.sh -O ubuntu22.sh && chmod +x ubuntu22.sh && bash ubuntu22.sh @@ -133,7 +133,7 @@ Kali NetHunter is easy to install and use. Just follow the instructions in this

-

Copy it for KALI CLI:

+

Copy it for KALI CLI:

```bash pkg update -y && pkg install wget curl proot tar -y && wget https://github.com/AryanVBW/LinuxDroid/releases/download/Vivek1/kali-cli.sh -O kali-cli.sh && chmod +x kali-cli.sh && bash kali-cli.sh