mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -1,6 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export LD_LIBRARY_PATH=/usr/local/lib
|
|
||||||
export LD_PRELOAD=/usr/local/lib/libpcap.so.1
|
|
||||||
|
|
||||||
# well ... it blinks the led
|
# well ... it blinks the led
|
||||||
blink_led() {
|
blink_led() {
|
||||||
|
@ -289,6 +289,13 @@
|
|||||||
dest: /usr/local/lib/libpcap.so.0.8
|
dest: /usr/local/lib/libpcap.so.0.8
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
- name: adjust /boot/config.txt
|
||||||
|
lineinfile:
|
||||||
|
dest: /usr/bin/pwnlog
|
||||||
|
insertbefore: "# well ... it blinks the led"
|
||||||
|
line: export LD_LIBRARY_PATH=/usr/local/lib
|
||||||
|
export LD_PRELOAD=/usr/local/lib/libpcap.so.1
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# 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