Revert "v2.5.0"

This reverts commit 7af71b6eb6.
This commit is contained in:
Jeroen Oudshoorn
2023-10-22 18:24:51 +02:00
parent cf05d7e760
commit b57266b93d
2 changed files with 7 additions and 2 deletions

View File

@ -39,7 +39,12 @@ reload_brcm() {
start_monitor_interface() {
ifconfig wlan0 up
iw dev wlan0 set power_save off
airmon-ng start wlan0
airmon-ng check kill
iw phy "$(iw phy | head -1 | cut -d" " -f2)" interface add wlan0mon type monitor && ifconfig wlan0mon up
# If wlan0 is NOT taken down after bringing up mon0, then when switching to AUTO you will get:
# error 400: error while initializing wlan0mon to channel 1: iw: out=command failed: Device or resource busy (-16) err=exit status 240
ifconfig wlan0 down
}
# stops mon0

View File

@ -300,7 +300,7 @@
when: (pwnagotchigit.changed) or (pip_packages['pwnagotchi'] is undefined) or (pip_packages['pwnagotchi'] != pwnagotchi_version)
- name: install pwnagotchi wheel and dependencies
command: "pipx install /usr/local/src/pwnagotchi/dist/pwnagotchi-{{ pwnagotchi.version }}-py3-none-any.whl"
command: "pipx install /usr/local/src/pwnagotchi/dist/pwnagotchi*.whl"
when: (pwnagotchigit.changed) or (pip_packages['pwnagotchi'] is undefined) or (pip_packages['pwnagotchi'] != pwnagotchi_version)
- name: remove pwnagotchi folder