mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-06-07 04:44:49 -07:00
9 lines
187 B
Bash
Executable File
9 lines
187 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Iceman 2022
|
|
#
|
|
# This script is to be run from proxmark root folder inside the docker env
|
|
# docker/fedora-42/run_tests.sh;
|
|
|
|
sudo yum -y update
|
|
tools/release_tests.sh
|