mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -147,6 +147,10 @@
|
||||
ARCHFLAGS: "-arch aarch64"
|
||||
|
||||
tasks:
|
||||
- name: get ansible facts
|
||||
debug:
|
||||
var: ansible_facts
|
||||
|
||||
- name: Create pi user
|
||||
copy:
|
||||
dest: /boot/userconf
|
||||
@ -190,7 +194,7 @@
|
||||
update_cache: yes
|
||||
install_recommends: false
|
||||
|
||||
# Install nexmon to fix wireless scanning (takes 2.5G of space)
|
||||
# Install nexmon to fix wireless scanning (takes 2.5G of space)
|
||||
- name: clone nexmon repository
|
||||
git:
|
||||
repo: https://github.com/DrSchottky/nexmon.git
|
||||
|
Reference in New Issue
Block a user