proxmark3/docker/debian-12-bookworm/run_tests.sh
2023-07-17 03:10:11 +02:00

12 lines
353 B
Bash
Executable file

#!/usr/bin/env bash
# This script is to be run from proxmark root folder inside the docker env
# docker/debian-12-bookworm/run_tests.sh;
sudo apt update && sudo apt upgrade -y
python3 -m venv /tmp/venv
source /tmp/venv/bin/activate
python3 -m pip install --use-pep517 pyaes
python3 -m pip install ansicolors sslcrypto
tools/release_tests.sh
deactivate