Skip to content

Instantly share code, notes, and snippets.

@ohsevin
Last active June 8, 2022 19:20
Show Gist options
  • Save ohsevin/396080eb5776c7a6ae101dd32468fec3 to your computer and use it in GitHub Desktop.
Save ohsevin/396080eb5776c7a6ae101dd32468fec3 to your computer and use it in GitHub Desktop.
How to install Kali Linux repository tools "Tool-X" with gitlab mirrors for Termux, Debian, & Ubuntu

Termux

apt update
pkg install git
git clone https://gitlab.com/DrkBotPublic/Tool-X.git
cd Tool-X
chmod +x install.aex
sh install.aex if not work than type ./install.aex

GNURoot Debian Terminal

apt update
apt install git
cd && git clone https://gitlab.com/DrkBotPublic/Tool-X.git
cd Tool-X
chmod +x install.aex
sh install.aex if not work than type ./install.aex

Ubuntu

sudo apt-get Update
sudo apt-get install git
sudo git clone https://gitlab.com/DrkBotPublic/Tool-X.git
cd Tool-X
chmod +x install.aex
sudo sh install.aex OR ./install.aex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment