What is Tool-X ?
How to Install in termux ?
- $ pkg install git
- $ git clone https://github.com/rajkumardusad/Tool-X.git
- $ cd Tool-X
- $ chmod +x install
- $ sh install if not work than type ./install
How to Install in GNURoot Debian Terminal ?
Open the GNURoot Debian app and type following commands.- $ apt-get update
- $ apt-get install git
- $ git clone https://github.com/rajkumardusad/Tool-X.git
- $ cd Tool-X
- $ chmod +x install
- $ sh install if not work than type ./install
How to install in Ubuntu ?
Open terminal and type following commands- $ sudo apt-get update
- $ sudo apt-get install git
- $ sudo git clone https://github.com/rajkumardusad/Tool-X.git
- $ cd Tool-X
- $ chmod +x install
- $ sudo sh install OR ./install
0 Comments