mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix archlinux and fedora dockers
This commit is contained in:
parent
ba8535b26c
commit
a54097e19c
7 changed files with 16 additions and 4 deletions
|
@ -47,5 +47,11 @@ Or if you want to run single test,
|
|||
|
||||
```
|
||||
make clean; make -j
|
||||
|
||||
python3 -m venv /tmp/venv
|
||||
source /tmp/venv/bin/activate
|
||||
python3 -m pip install --use-pep517 pyaes
|
||||
python3 -m pip install ansicolors sslcrypto
|
||||
tools/pm3_tests.sh --long
|
||||
deactivate
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue