Closed ghost closed 5 months ago
Hello @midnit3Z0mbi3 , seems intriguing, I would try to fix such errors, but would ask if you would like to make a pull request
Hello @TermuxHackz I am still new to Github. But yes, I would like to do a pull request.
edit the setup.sh file.
on each pip install entry append "--break-system-packages"
create a venv and activate it
sudo bash setup.sh
install:
cd $HOME git clone https://github.com/TermuxHackz/X-osint cd X-osint nano setup.sh chmod +x *.sh python3 -m venv X-osint_venv source X-osint_venv/bin/activate sudo bash setup.sh