Termux cloning branch changed.

This commit is contained in:
AnonUD4Y 2019-01-14 02:10:19 +05:30 committed by GitHub
parent ba169794ab
commit 0ba1116880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
``` ```