Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements.sh #1

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ case $yn in
esac


sudo apt install
sudo apt install osslsigncode -y
pip3 install pyopenssl
sudo apt install build-essential -y
Expand All @@ -34,6 +33,7 @@ sudo apt install -y ninja-build
sudo apt install -y python3
sudo apt install -y gcc
sudo apt install -y g++
sudo apt install -y libz3-dev
sudo apt install -y zlib1g-dev
sudo apt install -y wine
sudo apt install -y mingw-w64
Expand Down Expand Up @@ -248,4 +248,4 @@ fi
mv dist/Boaz .
rm -r dist/
echo -e "${GREEN}[+] Setup completed successfully!${NC}"
echo -e "${YELLOW}[+] Main program can be run with python3 Boaz.py or ./Boaz. ${NC}"
echo -e "${YELLOW}[+] Main program can be run with python3 Boaz.py or ./Boaz. ${NC}"