Update raspberrypi32.yml

Signed-off-by: Jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jayofelony
2024-04-25 20:30:45 +02:00
committed by GitHub
parent b3e81a95c8
commit 4e07fbf1aa

View File

@ -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)