forked from rc/classroom
Fix cryptodome install
This commit is contained in:
parent
4c69926932
commit
3e7b20423e
3 changed files with 5 additions and 5 deletions
|
@ -9,4 +9,4 @@ dependencies:
|
||||||
- role: openssl
|
- role: openssl
|
||||||
- role: cryptodome
|
- role: cryptodome
|
||||||
- role: pwntools
|
- role: pwntools
|
||||||
- role: python
|
- role: python3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Install python-cryptodome
|
- name: Install python-pycryptodome
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- python3-cryptodome
|
- python3-pycryptodome
|
||||||
state: latest
|
state: latest
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
- name: Install python3-cryptodome
|
- name: Install python3-pycryptodome
|
||||||
win_command: pip install cryptodome
|
win_command: pip install pycryptodome
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue