Skip to content

Commit

Permalink
add zip dependency in setup-debian.sh for build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AndySchroder committed May 30, 2024
1 parent 7a0a776 commit b9fc204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -xeuo pipefail
sudo apt-get update
sudo apt-get install -y build-essential libpcsclite-dev libcurl4-openssl-dev gcc-mingw-w64 g++-mingw-w64
sudo apt-get install -y build-essential libpcsclite-dev libcurl4-openssl-dev gcc-mingw-w64 g++-mingw-w64 zip

0 comments on commit b9fc204

Please sign in to comment.