Skip to content

Commit

Permalink
Add zip to checkDepends
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoti committed Nov 28, 2024
1 parent b7c3dbd commit 1e058af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dialogCheck=$(command -v dialog 2>/dev/null)

function checkDepends {

sudo apt install -y build-essential mkisofs python3-pip p7zip-full zlib1g-dev libmpfr-dev python3-pycryptodome python3-ecdsa
sudo apt install -y build-essential mkisofs python3-pip p7zip-full zlib1g-dev libmpfr-dev python3-pycryptodome python3-ecdsa zip
# Use package manager instead of pip
#pip3 install ecdsa
}
Expand Down

0 comments on commit 1e058af

Please sign in to comment.