mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 04:26:41 +08:00
9 lines
207 B
Bash
9 lines
207 B
Bash
|
#!/usr/bin/env bash
|
||
|
# Iceman 2022
|
||
|
#
|
||
|
# This script is to be run from proxmark root folder inside the docker env
|
||
|
# docker/fedora-36/run_tests.sh;
|
||
|
|
||
|
sudo apt update && sudo apt upgrade -y
|
||
|
tools/release_tests.sh
|