From 0ba1116880e974f54e2bce2ba402ebb6a77eb25b Mon Sep 17 00:00:00 2001 From: AnonUD4Y Date: Mon, 14 Jan 2019 02:10:19 +0530 Subject: [PATCH] Termux cloning branch changed. --- instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instructions.md b/instructions.md index 5d235d0..b7ddb82 100644 --- a/instructions.md +++ b/instructions.md @@ -91,7 +91,7 @@ pip3 install wget ``` ``` -git clone https://github.com/DarkSecDevelopers/HiddenEye.git +git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git ``` ``` @@ -123,6 +123,6 @@ After opening Copy and run this Single Command. ``` ``` -pkg install git python php curl openssh grep && pip3 install wget && git clone https://github.com/DarkSecDevelopers/HiddenEye && cd HiddenEye && chmod 777 HiddenEye.py && python HiddenEye.py +pkg install git python php curl openssh grep && pip3 install wget && git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git && cd HiddenEye && chmod 777 HiddenEye.py && python HiddenEye.py ```