mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -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
|
@ -39,4 +39,9 @@ pacman -Ss '^gcc$'
|
|||
# sudo pacman -S testing/gcc
|
||||
# sudo pacman -S gcc
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue