Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
#37: added missing dependency for drozer
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Oct 5, 2018
1 parent 018df4b commit 180396f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Android/tasks/install-drozer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
- name: install drozer
command: "pip install /tmp/drozer-2.4.4-py2-none-any.whl"

- name: install twisted
command: "pip install twisted"

- name: delete drozer-2.4.4-py2-none-any.whl
file: state=absent path=/tmp/drozer-2.4.4-py2-none-any.whl

Expand Down

0 comments on commit 180396f

Please sign in to comment.