proxmark3/docker/opensuse-tumbleweed/run_tests.sh

14 lines
391 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# Iceman 2022
#
# This script is to be run from proxmark root folder inside the docker env
# docker/opensuse-tumbleweed/run_tests.sh;
sudo zypper refresh && sudo zypper --non-interactive update
2023-09-08 21:46:49 +08:00
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
2023-09-08 21:46:49 +08:00
deactivate