mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update raspberrypi32.yml
Signed-off-by: Jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -292,21 +292,21 @@
|
|||||||
|
|
||||||
# install latest hcxtools
|
# install latest hcxtools
|
||||||
|
|
||||||
- name: clone hcxtools
|
#- name: clone hcxtools
|
||||||
git:
|
# git:
|
||||||
repo: https://github.com/ZerBea/hcxtools.git
|
# repo: https://github.com/ZerBea/hcxtools.git
|
||||||
dest: /usr/local/src/hcxtools
|
# dest: /usr/local/src/hcxtools
|
||||||
|
|
||||||
- name: install hcxtools
|
#- name: install hcxtools
|
||||||
shell: "make && make install"
|
# shell: "make && make install"
|
||||||
args:
|
# args:
|
||||||
executable: /bin/bash
|
# executable: /bin/bash
|
||||||
chdir: /usr/local/src/hcxtools
|
# chdir: /usr/local/src/hcxtools
|
||||||
|
|
||||||
- name: remove hcxtools directory
|
#- name: remove hcxtools directory
|
||||||
file:
|
# file:
|
||||||
state: absent
|
# state: absent
|
||||||
path: /usr/local/src/hcxtools
|
# path: /usr/local/src/hcxtools
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# Install nexmon to fix wireless scanning (takes 2.5G of space)
|
# Install nexmon to fix wireless scanning (takes 2.5G of space)
|
||||||
|
Reference in New Issue
Block a user