apt update
apt install git -y
git clone https://github.com/xzendercage/termuxparrot.git
cd termuxparrot
chmod +x *
sh install.sh
exit
apt update && apt install git -y && git clone https://github.com/xzendercage/termuxparrot.git && cd termuxparrot && chmod +x * && sh install.sh