Copy Command

Termux Commands - PixelLabGeeks.com
Termux Command - Update and upgrade the package list
apt-get update -y
Termux Command - Upgrade installed packages
apt-get upgrade -y
Termux Command - Install Python
pkg install python -y
Termux Command - Install Python2
pkg install python2 -y
Termux Command - Install Git
pkg install git -y
Termux Command - Install lolcat via pip
pip install lolcat
Termux Command - Clone the 'infect' repository
git clone https://github.com/noob-hackers/infect
Termux Command - Change to the home directory
cd $HOME
Termux Command - Navigate to the 'infect' folder
cd infect
Termux Command - List files in the directory
ls
Termux Command - Execute the 'infect.sh' script
bash infect.sh

Comments

Popular posts from this blog

4 Button

3 Copy Button