mirror of
https://github.com/estkme-group/lpac
synced 2025-06-29 16:22:57 +02:00
* standardize .deb package output file name * add zip dependency in setup-debian.sh for build.sh
4 lines
160 B
Bash
Executable file
4 lines
160 B
Bash
Executable file
#!/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 zip
|