mirror of
https://github.com/estkme-group/lpac
synced 2025-06-29 16:22:57 +02:00
4 lines
156 B
Bash
Executable file
4 lines
156 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
|