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
- name: clone hcxtools
git:
repo: https://github.com/ZerBea/hcxtools.git
dest: /usr/local/src/hcxtools
#- name: clone hcxtools
# git:
# repo: https://github.com/ZerBea/hcxtools.git
# dest: /usr/local/src/hcxtools
- name: install hcxtools
shell: "make && make install"
args:
executable: /bin/bash
chdir: /usr/local/src/hcxtools
#- name: install hcxtools
# shell: "make && make install"
# args:
# executable: /bin/bash
# chdir: /usr/local/src/hcxtools
- name: remove hcxtools directory
file:
state: absent
path: /usr/local/src/hcxtools
#- name: remove hcxtools directory
# file:
# state: absent
# path: /usr/local/src/hcxtools
###############################################################
# Install nexmon to fix wireless scanning (takes 2.5G of space)