One-click copy commands. Interactive terminal preview. Get started in seconds.
Download the script from GitHub to your local machine.
git clone https://github.com/issu321/Linux-Installation-Tools.git
Navigate into the cloned repository folder.
cd Linux-Installation-Tools
Execute the installation script with root privileges.
sudo bash installation.sh
Advanced users can run everything in a single command:
git clone https://github.com/issu321/Linux-Installation-Tools.git && cd Linux-Installation-Tools && sudo bash installation.sh
Experience the script output before you even run it. Click any command to copy.
All the commands you might need before, during, or after installation.
git clone https://github.com/issu321/Linux-Installation-Tools.git
cd Linux-Installation-Tools
chmod +x installation.sh
sudo bash installation.sh
sudo apt --fix-broken install
sudo apt update
sudo apt clean && sudo apt autoremove
df -h
sudo reboot
which nmap && which code && which docker
ls /var/log/issu321-installer/
git pull origin main
cat /etc/os-release
uname -r
free -h
dpkg -l | wc -l
Copy the commands above and run them in your terminal. Your Kali Linux will be fully equipped in minutes.