What's This?
This is a script that allows you to install Parrot Os in your termux application without a rooted device
Installations Guide
- Update termux:
apt-get update && apt-get upgrade -y - Install wget:
apt-get install wget proot git curl -y - Go to HOME folder:
cd ~ - Download script:
git clone https://github.com/RiSecID/parrot-in-termux.git - Go to script folder:
cd parrot-in-termux - Give execution permission:
chmod +x parrot.sh - Run the script:
bash parrot.sh -y - Now just start parrot:
./startparrot.sh



0 Comments